From 61c2db2fc9e93c05f5e61921a4533dd41663f41a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 04:58:56 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 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/8f4b7f84864484a7bf31766abe9204da3cbe65b3...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/integration.yml | 4 ++-- .github/workflows/lint.yml | 2 +- .github/workflows/markdown.yml | 2 +- .github/workflows/release.yml | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0d76b19..40c8fab 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -14,13 +14,13 @@ jobs: runs-on: ubuntu-20.04 timeout-minutes: 10 steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: linkerd/dev/actions/setup-tools@v39 - run: just-dev lint-actions devcontainer-versions: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: linkerd/dev/actions/setup-tools@v39 - run: just-dev check-action-images diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c5a7855..809d62a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -44,13 +44,13 @@ jobs: - run: just-k3d create - run: kubectl version # Install CRDs - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: repository: kubernetes-sigs/gateway-api ref: 4f86f0bd65173b04dadb558f63fbbd53330736d2 # 0.5.0-rc1 path: gateway-api - run: kubectl apply -k gateway-api/config/crd/experimental/ - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # Run tests - run: just fetch - run: just test-build --package=integration diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d3f549f..c48e934 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest container: docker://ghcr.io/linkerd/dev:v39-rust steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: just fetch - run: just check-fmt - run: just clippy diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 4f36b96..2977a4d 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: DavidAnson/markdownlint-cli2-action@5b7c9f74fec47e6b15667b2cc23c63dff11e449e with: globs: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d90ba63..5c8a040 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest container: docker://ghcr.io/linkerd/dev:v39-rust steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: just fetch - run: just test-build - run: just test @@ -58,7 +58,7 @@ jobs: container: docker://ghcr.io/linkerd/dev:v39-rust steps: - if: needs.meta.outputs.publish - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - if: needs.meta.outputs.publish shell: bash run: | @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-latest container: docker://ghcr.io/linkerd/dev:v39-rust steps: - - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - if: needs.meta.outputs.publish == '' run: just publish --dry-run - if: needs.meta.outputs.publish == 'true'