We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea210f5 + 1e584bb commit 3b6d758Copy full SHA for 3b6d758
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
if: ${{ github.repository_owner == 'sbt' }}
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
17
with:
18
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
19
fetch-depth: 0
.github/workflows/scala.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
- name: Set up JDK 1.8
uses: actions/setup-java@v3
0 commit comments