We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63d0650 + 96a8cad commit 6197b59Copy full SHA for 6197b59
.github/workflows/ci.yaml
@@ -53,7 +53,7 @@ jobs:
53
- jdk-lts-and-current-graal
54
steps:
55
- name: checkout
56
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
57
- name: build
58
run: |
59
cd "${{ matrix.directory }}"
.github/workflows/official-images.yml
@@ -19,7 +19,7 @@ jobs:
19
contents: read
20
21
- name: Checkout
22
- uses: actions/checkout@v5
23
with:
24
fetch-depth: 0 # we need all branches so we can read Dockerfiles from them
25
- name: Provision best available generate-stackbrew-library.py and toolbox
0 commit comments