From afb6c38b33b70b33084aabc351cf804404d13689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 02:05:32 +0000 Subject: [PATCH] Bump the dependabot group with 2 updates Bumps the dependabot group with 2 updates: [withastro/action](https://github.com/withastro/action) and [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact). Updates `withastro/action` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/2226b5671ff302b175d9843add614af27e60bbfc...74d664f13f9f9063e37b49d74a74613dbf94db3c) Updates `dawidd6/action-download-artifact` from 18 to 19 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/1f8785ff7a5130826f848e7f72725c85d241860f...8a338493df3d275e4a7a63bcff3b8fe97e51a927) --- updated-dependencies: - dependency-name: withastro/action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot - dependency-name: dawidd6/action-download-artifact dependency-version: '19' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependabot ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/fork_pr_benchmarks_track.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 16d751c7..5946ad13 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout your repository using git uses: actions/checkout@v6 - name: Install, build, and upload your site - uses: withastro/action@2226b5671ff302b175d9843add614af27e60bbfc # v4 + uses: withastro/action@74d664f13f9f9063e37b49d74a74613dbf94db3c # v4 with: path: website # The root location of your Astro project inside the repository. (optional) # node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional) diff --git a/.github/workflows/fork_pr_benchmarks_track.yml b/.github/workflows/fork_pr_benchmarks_track.yml index 2bf53f5c..3c2723fb 100644 --- a/.github/workflows/fork_pr_benchmarks_track.yml +++ b/.github/workflows/fork_pr_benchmarks_track.yml @@ -18,12 +18,12 @@ jobs: PR_EVENT: event.json steps: - name: Download Benchmark Results - uses: dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18 + uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 with: name: ${{ env.BENCHMARK_RESULTS }} run_id: ${{ github.event.workflow_run.id }} - name: Download PR Event - uses: dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18 + uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19 with: name: ${{ env.PR_EVENT }} run_id: ${{ github.event.workflow_run.id }}