Pinning a specific checkout action version to try and fix.
Some checks failed
/ Build and Test Library Snapshot (pull_request) Failing after 46s
Some checks failed
/ Build and Test Library Snapshot (pull_request) Failing after 46s
This commit is contained in:
parent
ebacb00c3d
commit
d6aa0555d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue