From 5b160044db7bde2816033594c425f6c9971228ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:10:39 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 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] --- .github/workflows/example.yml | 2 +- .github/workflows/integration.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 16afdf2..7e560d3 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out current branch and docpkg branches - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Cache Cargo home containing Documentation Packager source and binary diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 064a346..c469af6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -10,14 +10,14 @@ jobs: check-workflow-pinning: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # ratchet:actions/checkout@v3 + - uses: actions/checkout@v4 # ratchet:actions/checkout@v3 - uses: "docker://ghcr.io/sethvargo/ratchet@sha256:b3e3e8da9f6269e52a48dc45bbe7bc4801d434a0bd987aa394f9bcb99a399d61" # ratchet:docker://ghcr.io/sethvargo/ratchet:0.2.3 with: args: "check .github/workflows/integration.yml" build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # ratchet:actions/checkout@v3 + - uses: actions/checkout@v4 # ratchet:actions/checkout@v3 with: fetch-depth: 0 - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # ratchet:actions/cache@v2