We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout
1 parent d08757c commit d2cafdfCopy full SHA for d2cafdf
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
outputs:
20
strategy: ${{ steps.generate-jobs.outputs.strategy }}
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
- uses: docker-library/bashbrew@HEAD
24
- id: generate-jobs
25
name: Generate Jobs
@@ -35,7 +35,7 @@ jobs:
35
name: ${{ matrix.name }}
36
runs-on: ${{ matrix.os }}
37
38
39
- name: Prepare Environment
40
run: ${{ matrix.runs.prepare }}
41
- name: Pull Dependencies
.github/workflows/verify-templating.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Check For Uncomitted Changes
15
runs-on: ubuntu-latest
16
17
18
- name: Apply Templates
run: ./apply-templates.sh
- name: Check Git Status
0 commit comments