From 1b38c63dd59b00d3aeea54b8258b29f82a116b8d Mon Sep 17 00:00:00 2001 From: godofredoc Date: Thu, 21 Apr 2022 00:00:18 -0700 Subject: [PATCH] Use correct version of checkout. (#1123) The pinned version of the checkout was incorrect. --- .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 5ac782c52..522078961 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@5f87f43226edfc1a08fc4c0d26875fa13e3540c4 + - uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb - uses: actions/setup-java@9519cf1382ac8dc61ad461f7f7cb45f033220189 with: distribution: 'zulu'