Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 9d6c768 commit c9cc995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
java: [ 'openjdk@1.11' ]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 100
- uses: olafurpg/setup-scala@v14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
java: [ 'openjdk@1.11' ]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v14
Expand Down

0 comments on commit c9cc995

Please sign in to comment.