We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0ca27e commit e4a3f54Copy full SHA for e4a3f54
‎.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
outputs:
24
strategy: ${{ steps.generate-jobs.outputs.strategy }}
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
- uses: docker-library/bashbrew@HEAD
28
- id: generate-jobs
29
name: Generate Jobs
@@ -46,7 +46,7 @@ jobs:
46
name: ${{ matrix.name }}
47
runs-on: ${{ matrix.os }}
48
49
50
- name: Prepare Environment
51
run: ${{ matrix.runs.prepare }}
52
- name: Pull Dependencies
‎.github/workflows/verify-templating.yml
@@ -13,7 +13,7 @@ jobs:
13
name: Check For Uncomitted Changes
14
runs-on: ubuntu-latest
15
16
- - uses: actions/checkout@v2
17
- name: Apply Templates
18
run: ./apply-templates.sh
19
- name: Check Git Status
0 commit comments