We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a548ee7 commit 8405a5bCopy full SHA for 8405a5b
2 files changed
.github/workflows/images.yml
@@ -21,7 +21,7 @@ jobs:
21
outputs:
22
strategy: ${{ steps.generate-jobs.outputs.strategy }}
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
25
- uses: docker-library/bashbrew@HEAD
26
- id: generate-jobs
27
name: Generate Jobs
@@ -37,7 +37,7 @@ jobs:
37
name: ${{ matrix.name }}
38
runs-on: ${{ matrix.os }}
39
40
41
- name: Prepare Environment
42
run: ${{ matrix.runs.prepare }}
43
- name: Run update.sh script
.github/workflows/update-sh.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Run update.sh script
15
runs-on: ubuntu-latest
16
17
18
19
run: ./update.sh
20
- name: Commit files
0 commit comments