From 9e8b7b9856237ae4cd20550d0bb38071a6268959 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:04:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/.firebase/build-and-deploy.yml | 2 +- .github/workflows/build-and-deploy.yml | 2 +- .github/workflows/optimize-and-merge.yml | 2 +- .github/workflows/update-views.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/.firebase/build-and-deploy.yml b/.github/workflows/.firebase/build-and-deploy.yml index b5d4bada..9a07b0f6 100644 --- a/.github/workflows/.firebase/build-and-deploy.yml +++ b/.github/workflows/.firebase/build-and-deploy.yml @@ -32,7 +32,7 @@ jobs: id: remote_repo - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: ${{ github.ref }} diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index b55aeb76..84b37eb1 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -31,7 +31,7 @@ jobs: id: remote_repo - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.ref }} diff --git a/.github/workflows/optimize-and-merge.yml b/.github/workflows/optimize-and-merge.yml index 2c9196e3..b2a4af49 100644 --- a/.github/workflows/optimize-and-merge.yml +++ b/.github/workflows/optimize-and-merge.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Optimize with Calibre's image actions uses: calibreapp/image-actions@main diff --git a/.github/workflows/update-views.yml b/.github/workflows/update-views.yml index ab9a47cd..02f1b802 100644 --- a/.github/workflows/update-views.yml +++ b/.github/workflows/update-views.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: master fetch-depth: 0