1 parent ba347e8 commit fe56ee4Copy full SHA for fe56ee4
2 files changed
.github/workflows/check-sdk-updates.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Check for updates
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
18
19
- name: Check for new JDK versions
20
id: jdk
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
outputs:
12
matrix: ${{ steps.generate.outputs.matrix }}
13
- name: Generate matrix from matrix.json
id: generate
@@ -33,7 +33,7 @@ jobs:
33
fail-fast: false
34
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
35
36
37
38
- name: Extract versions from Dockerfile
39
id: versions
0 commit comments