Skip to content

Commit 8474904

Browse files
authored
Merge pull request #5 from ziproot/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 99d0518 + 71f919f commit 8474904

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/check-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
media: ${{ steps.filter.outputs.media }}
3131
docs: ${{ steps.filter.outputs.docs }}
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 2
3636
show-progress: false

.github/workflows/check-files.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ needs.changed.outputs.data == 'true' || needs.changed.outputs.docs == 'true' || needs.changed.outputs.codespell == 'true' || needs.changed.outputs.copyright == 'true' || needs.changed.outputs.workflows == 'true' }}
2222
runs-on: self-hosted
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with:
2626
show-progress: false
2727
- uses: codespell-project/actions-codespell@master
@@ -37,7 +37,7 @@ jobs:
3737
if: ${{ needs.changed.outputs.editorconfig_files == 'true' || needs.changed.outputs.workflows == 'true' }}
3838
runs-on: self-hosted
3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141
with:
4242
show-progress: false
4343
- uses: editorconfig-checker/action-editorconfig-checker@main
@@ -49,7 +49,7 @@ jobs:
4949
if: ${{ needs.changed.outputs.copyright == 'true' || needs.changed.outputs.workflows == 'true' }}
5050
runs-on: self-hosted
5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v6
5353
with:
5454
show-progress: false
5555
- name: Simple check
@@ -69,7 +69,7 @@ jobs:
6969
if: ${{ needs.changed.outputs.data == 'true' || needs.changed.outputs.workflows == 'true' }}
7070
runs-on: self-hosted
7171
steps:
72-
- uses: actions/checkout@v5
72+
- uses: actions/checkout@v6
7373
with:
7474
show-progress: false
7575
path: 'plugins/github-action-plugin'
@@ -88,7 +88,7 @@ jobs:
8888
if: ${{ needs.changed.outputs.media == 'true' || needs.changed.outputs.workflows == 'true' }}
8989
runs-on: self-hosted
9090
steps:
91-
- uses: actions/checkout@v5
91+
- uses: actions/checkout@v6
9292
with:
9393
show-progress: false
9494
path: 'plugins/github-action-plugin'

0 commit comments

Comments
 (0)