From 5395d38c0abd70846aa34d4f988c985e95ef1a4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:04:40 +0000 Subject: [PATCH] ci: 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/ci.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82a0701..c5d0a14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: ~/.cargo/bin/ key: ${{ runner.os }}-cargo - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: use cached dependencies uses: actions/cache@v3 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 497c668..3882441 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -71,7 +71,7 @@ jobs: ~/.cargo/bin/ key: ${{ runner.os }}-cargo - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: use cached dependencies uses: actions/cache@v3 @@ -112,7 +112,7 @@ jobs: REPO: ${{ github.repository }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: build args id: build-args