Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump linkerd/dev from 39 to 42
Browse files Browse the repository at this point in the history
Bumps [linkerd/dev](https://github.com/linkerd/dev) from 39 to 42.
- [Commits](linkerd/dev@v39...v42)

---
updated-dependencies:
- dependency-name: linkerd/dev
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Nov 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2c8e77e commit d89fb92
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -15,12 +15,12 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: linkerd/dev/actions/setup-tools@v39
- uses: linkerd/dev/actions/setup-tools@v42
- run: just-dev lint-actions

devcontainer-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: linkerd/dev/actions/setup-tools@v39
- uses: linkerd/dev/actions/setup-tools@v42
- run: just-dev check-action-images
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -35,9 +35,9 @@ jobs:
K8S_CHANNEL: ${{ matrix.k8s }}
steps:
# Install just* tooling
- uses: linkerd/dev/actions/setup-tools@v39
- uses: linkerd/dev/actions/setup-tools@v42
# Configure the default Rust toolchain
- uses: linkerd/dev/actions/setup-rust@v39
- uses: linkerd/dev/actions/setup-rust@v42
# Setup a cluster
- run: curl --proto =https --tlsv1.3 -fLsSv "https://raw.githubusercontent.com/k3d-io/k3d/${K3D_VERSION}/install.sh" | bash
- run: k3d --version

0 comments on commit d89fb92

Please sign in to comment.