Skip to content

Commit 9d2a9a2

Browse files
committed
Update to actions/checkout@v4 🙃
(this is effectively a functional no-op solving a "problem" that really ought to be solved at a different level within GHA)
1 parent 70b9507 commit 9d2a9a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
outputs:
2424
strategy: ${{ steps.generate-jobs.outputs.strategy }}
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- uses: docker-library/bashbrew@HEAD
2828
- id: generate-jobs
2929
name: Generate Jobs
@@ -57,7 +57,7 @@ jobs:
5757
name: ${{ matrix.name }}
5858
runs-on: ${{ matrix.os }}
5959
steps:
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6161
- name: Prepare Environment
6262
run: ${{ matrix.runs.prepare }}
6363
- name: Pull Dependencies

‎.github/workflows/verify-templating.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Check For Uncomitted Changes
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Apply Templates
1818
run: ./apply-templates.sh
1919
- name: Check Git Status

0 commit comments

Comments
 (0)