From 54668627ce6333d8b4df378f235786e2a8db3c33 Mon Sep 17 00:00:00 2001 From: Alva Swanson Date: Sun, 5 Feb 2023 14:12:05 +0100 Subject: [PATCH] GitHub Actions: Target checkout action tag --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec7bd9570c..4bd2f06352 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: java: [ '11', '11.0.3', '15', '15.0.5'] name: Test Java ${{ matrix.Java }}, ${{ matrix.os }} steps: - - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + - uses: actions/checkout@v3.3.0 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }}