From 5b7d2b3b6d2e39deffd13d8e9a53280ebba22c6b Mon Sep 17 00:00:00 2001 From: godofredoc Date: Wed, 20 Apr 2022 22:17:06 -0700 Subject: [PATCH] Pin checkout version. (#1121) We are updating a single version to test the theory that when we are mixing versions and hashes the update is calculated once and reused across all the files causing the hashes to be replaced with versions. --- .github/workflows/beta.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index b8404ad05..4ebd47e1c 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -22,7 +22,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@5f87f43226edfc1a08fc4c0d26875fa13e3540c4 - uses: actions/setup-java@v1 with: java-version: '12.x'