From 44966b04a737d1f91be50bd5abd1da56a714a157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:25:26 +0900 Subject: [PATCH] :seedling: Bump actions/checkout from 3 to 4 (#48) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4479db2..adc3d09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: matrix: toolchain: [ stable, nightly ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install ${{ matrix.toolchain }} uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e with: @@ -45,7 +45,7 @@ jobs: matrix: toolchain: [ stable, nightly ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install ${{ matrix.toolchain }} uses: dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e with: diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 3cfca39..0fa0f25 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 + uses: actions/checkout@v4 # v3.5.2 with: persist-credentials: false