From bc51e5b678b0605d176b87846c1c916b866fa44d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:58:15 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.5.2 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.1. - [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/8e5e7e5ab8b370d6c329ec480221332ada57f0ab...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/actions.yml | 4 ++-- .github/workflows/check.yml | 4 ++-- .github/workflows/markdown.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 521df72..24d3f61 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,12 +15,12 @@ jobs: timeout-minutes: 10 container: ghcr.io/linkerd/dev:v32-tools steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: just actionlint devcontainer-versions: runs-on: ubuntu-latest container: ghcr.io/linkerd/dev:v32-tools steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: just actions-dev-versions diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0580421..bcfe9b2 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/linkerd/dev:v32-rust steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: just fetch - run: just check-fmt - run: just clippy @@ -28,7 +28,7 @@ jobs: # Prevent sudden announcement of a new advisory from failing Ci. continue-on-error: ${{ matrix.checks == 'advisories' }} steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: EmbarkStudios/cargo-deny-action@e0a440755b184aa50374330fa75cca0f84fcb59a with: command: check ${{ matrix.checks }} diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 590e324..74409f6 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 5 runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: DavidAnson/markdownlint-cli2-action@3aaa38e446fbd2c288af4291aa0f55d64651050f with: globs: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90a3097..3ecb990 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: package uses: ./.github/actions/package with: @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a with: path: artifacts