Skip to content

Commit 089833b

Browse files
committed
Replace actions/checkout with tianon/actions/checkout
1 parent 6f2317c commit 089833b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
outputs:
1919
strategy: ${{ steps.generate-jobs.outputs.strategy }}
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: tianon/actions/checkout/composite@581498642ee39d41dc3a801d22b3f7f42a95acc7 # HEAD
2222
- uses: docker-library/bashbrew@HEAD
2323
- id: generate-jobs
2424
name: Generate Jobs
@@ -37,7 +37,7 @@ jobs:
3737
name: ${{ matrix.name }}
3838
runs-on: ${{ matrix.os }}
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: tianon/actions/checkout/composite@581498642ee39d41dc3a801d22b3f7f42a95acc7 # HEAD
4141
- name: Prepare Environment
4242
run: ${{ matrix.runs.prepare }}
4343
- name: Pull Dependencies

.github/workflows/verify-templating.yml

Lines changed: 1 addition & 1 deletion
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@v4
16+
- uses: tianon/actions/checkout@581498642ee39d41dc3a801d22b3f7f42a95acc7 # HEAD
1717
- name: Clean
1818
run: rm -rf */
1919
- name: Apply Templates

0 commit comments

Comments
 (0)