Skip to content

Commit 068b5d3

Browse files
authored
Merge pull request #157 from linkorb/update-actions-checkout-0000
chore: update to actions/checkout v6
2 parents ec8b1ae + 5562b23 commit 068b5d3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/10-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.actor != 'dependabot[bot]'
1414
continue-on-error: true
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

1818
# interesting alternative: https://github.com/cocogitto/cocogitto
1919
- uses: webiny/action-conventional-commits@v1.3.0

.github/workflows/auto-run-repo-ansible.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- if: ${{ env.IS_PULL_REQUEST == '0' }}
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
- if: ${{ env.IS_PULL_REQUEST == '1' }}
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
ref: refs/pull/${{ github.event.pull_request.number }}/merge
3838

templates/.github/workflows/10-review.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.actor != 'dependabot[bot]'
1414
continue-on-error: true
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

1818
# interesting alternative: https://github.com/cocogitto/cocogitto
1919
- uses: webiny/action-conventional-commits@v1.3.0
@@ -37,7 +37,7 @@ jobs:
3737
code-quality:
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
- name: latest repo-ansible/reviewdog container
4242
run: docker pull ghcr.io/linkorb/repo-ansible/reviewdog:latest
4343
- name: run reviewdog checks

templates/.github/workflows/30-release-and-build.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

templates/.github/workflows/auto-run-repo-ansible.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- if: ${{ env.IS_PULL_REQUEST == '0' }}
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333

3434
- if: ${{ env.IS_PULL_REQUEST == '1' }}
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
ref: refs/pull/${{ github.event.pull_request.number }}/merge
3838

0 commit comments

Comments
 (0)