From a580ea98df024f6e65a947e8076f4521d4300ac9 Mon Sep 17 00:00:00 2001 From: "versionvanguard[bot]" <149176998+versionvanguard[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:51:25 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#27) Co-authored-by: versionvanguard[bot] <149176998+versionvanguard[bot]@users.noreply.github.com> --- .github/workflows/firebase-hosting-merge.yml | 2 +- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index d895b54..1000431 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -13,7 +13,7 @@ jobs: name: production url: https://bvarga.dev steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v2 with: diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index c972744..1d74697 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 environment: staging steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v2 with: