From e63992694132afbf67667c10b0ac12acf950ea1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:09:32 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/actionlint.yaml | 2 +- .github/workflows/build-and-release-application.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index bbd7190..f2a7f15 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -38,7 +38,7 @@ jobs: name: actionlint with reviewdog runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: actionlint uses: reviewdog/action-actionlint@v1 with: diff --git a/.github/workflows/build-and-release-application.yaml b/.github/workflows/build-and-release-application.yaml index e99f67e..62c2f1e 100644 --- a/.github/workflows/build-and-release-application.yaml +++ b/.github/workflows/build-and-release-application.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # reads toolchain info from /rust-toolchain.toml # we are using a fork of actions-rs/toolchain for rust-toolchain.toml support @@ -68,7 +68,7 @@ jobs: cancel-in-progress: true steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx id: buildx