From 9c090ad8c70b0bc40b9a8b5067dd4204b94773ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:06:53 +0000 Subject: [PATCH] Bump linkerd/dev from 44 to 45 Bumps [linkerd/dev](https://github.com/linkerd/dev) from 44 to 45. - [Commits](https://github.com/linkerd/dev/compare/v44...v45) --- updated-dependencies: - dependency-name: linkerd/dev 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 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 6129e91..af187ad 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,12 +15,12 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: linkerd/dev/actions/setup-tools@v44 + - uses: linkerd/dev/actions/setup-tools@v45 - run: just-dev lint-actions devcontainer-versions: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: linkerd/dev/actions/setup-tools@v44 + - uses: linkerd/dev/actions/setup-tools@v45 - run: just-dev check-action-images diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b437331..5c24543 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -31,9 +31,9 @@ jobs: K8S_CHANNEL: ${{ matrix.k8s }} steps: # Install just* tooling - - uses: linkerd/dev/actions/setup-tools@v44 + - uses: linkerd/dev/actions/setup-tools@v45 # Configure the default Rust toolchain - - uses: linkerd/dev/actions/setup-rust@v44 + - uses: linkerd/dev/actions/setup-rust@v45 # Setup a cluster - run: k3d --version - run: just-k3d create