From 7dfbfd64fe1c1a41847c2d4b805819c1f875950c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:52:10 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 4 updates Bumps the actions group with 4 updates in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files), [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact), [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `tj-actions/changed-files` from 43 to 44 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v43...v44) Updates `dawidd6/action-download-artifact` from 3 to 6 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3...v6) Updates `cloudflare/wrangler-action` from 3.4.1 to 3.6.1 - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.4.1...v3.6.1) Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: cloudflare/wrangler-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/docs.yaml | 2 +- .github/workflows/playground.yaml | 2 +- .github/workflows/pr-comment.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b8b3415a8027c..d7061de66aaae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: with: fetch-depth: 0 - - uses: tj-actions/changed-files@v43 + - uses: tj-actions/changed-files@v44 id: changed with: files_yaml: | @@ -245,7 +245,7 @@ jobs: name: ruff path: target/debug - - uses: dawidd6/action-download-artifact@v3 + - uses: dawidd6/action-download-artifact@v6 name: Download baseline Ruff binary with: name: ruff diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 6a49f7b657ba9..a0f31aba626da 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -47,7 +47,7 @@ jobs: run: mkdocs build --strict -f mkdocs.public.yml - name: "Deploy to Cloudflare Pages" if: ${{ env.CF_API_TOKEN_EXISTS == 'true' }} - uses: cloudflare/wrangler-action@v3.4.1 + uses: cloudflare/wrangler-action@v3.6.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} diff --git a/.github/workflows/playground.yaml b/.github/workflows/playground.yaml index f1f381361f60b..a0128f7d3e226 100644 --- a/.github/workflows/playground.yaml +++ b/.github/workflows/playground.yaml @@ -40,7 +40,7 @@ jobs: working-directory: playground - name: "Deploy to Cloudflare Pages" if: ${{ env.CF_API_TOKEN_EXISTS == 'true' }} - uses: cloudflare/wrangler-action@v3.4.1 + uses: cloudflare/wrangler-action@v3.6.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} diff --git a/.github/workflows/pr-comment.yaml b/.github/workflows/pr-comment.yaml index 1debd520ece39..95b6b36af2e59 100644 --- a/.github/workflows/pr-comment.yaml +++ b/.github/workflows/pr-comment.yaml @@ -17,7 +17,7 @@ jobs: comment: runs-on: ubuntu-latest steps: - - uses: dawidd6/action-download-artifact@v3 + - uses: dawidd6/action-download-artifact@v6 name: Download pull request number with: name: pr-number @@ -32,7 +32,7 @@ jobs: echo "pr-number=$(> $GITHUB_OUTPUT fi - - uses: dawidd6/action-download-artifact@v3 + - uses: dawidd6/action-download-artifact@v6 name: "Download ecosystem results" id: download-ecosystem-result if: steps.pr-number.outputs.pr-number diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cd8baea2c11b5..33351052942d3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -568,7 +568,7 @@ jobs: fi - name: "Build and push Docker image" - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64,linux/arm64