From d6aa0555d7e708c920bec7b9a3e4800acda8969a Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Sun, 23 Jun 2024 21:05:51 -0500 Subject: [PATCH] Pinning a specific checkout action version to try and fix. --- .forgejo/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/pull_request.yaml b/.forgejo/workflows/pull_request.yaml index a98df61..51ebf54 100644 --- a/.forgejo/workflows/pull_request.yaml +++ b/.forgejo/workflows/pull_request.yaml @@ -16,7 +16,7 @@ jobs: GS_MAVEN_USER: ${{ vars.GS_MAVEN_USER }} GS_MAVEN_TOKEN: ${{ secrets.GS_MAVEN_TOKEN }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.1.7 name: 'Checkout Repository' with: fetch-depth: 0