From 1ebb88b118801d30186755d29944548fa07f560b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:18:39 +0000 Subject: [PATCH] Bump linkerd/dev from 36 to 39 Bumps [linkerd/dev](https://github.com/linkerd/dev) from 36 to 39. - [Release notes](https://github.com/linkerd/dev/releases) - [Commits](https://github.com/linkerd/dev/compare/v36...v39) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 1972457..ae2dbf7 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 5 runs-on: ubuntu-latest steps: - - uses: linkerd/dev/actions/setup-tools@v36 + - uses: linkerd/dev/actions/setup-tools@v39 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - run: just-dev lint-actions - run: just-dev check-action-images