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.
1 parent 1d93225 commit 7cf2067Copy full SHA for 7cf2067
.github/workflows/build-pr.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3.5.3
+ - uses: actions/checkout@v4.1.1
17
- uses: actions/setup-java@v3
18
with:
19
distribution: 'temurin'
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
20
21
.github/workflows/release-kontrakt.yml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
packages: write
12
0 commit comments