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 }}