From 03259f51522e7e5a85ce5298533ce31de3f8dd79 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Sun, 23 Jun 2024 21:09:56 -0500 Subject: [PATCH] Restoring, and trying to figure out whats up with javascript --- .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 edd69ac..a98df61 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.1.5 + - uses: actions/checkout@v4 name: 'Checkout Repository' with: fetch-depth: 0