From 2ce3ad755fd74ee5317874798db653c0e3009942 Mon Sep 17 00:00:00 2001 From: zinduolis Date: Mon, 4 Nov 2024 19:11:23 +1000 Subject: [PATCH] Update checkout action to the current version --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 14cb1d9653..aa310dba05 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -34,7 +34,7 @@ jobs: local-identifier: random - name: 'Checkout the repository' - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 2