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 dd18087 commit 3ff14fdCopy full SHA for 3ff14fd
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
run: git config --global core.autocrlf false
45
if: startsWith(matrix.os, 'windows')
46
47
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
48
- name: Set up JDK 17
49
uses: actions/setup-java@v4
50
with:
.github/workflows/quarkus-snapshot.yaml
@@ -44,12 +44,12 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
- name: Checkout repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
path: current-repo
51
- name: Checkout Ecosystem
52
53
54
repository: ${{ env.ECOSYSTEM_CI_REPO }}
55
path: ecosystem-ci
0 commit comments