Skip to content

Commit e6c59dd

Browse files
authored
Update dependabot
Bump actions/checkout from 4 to 5
2 parents d8197a5 + 64d543d commit e6c59dd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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@v4
33+
- uses: actions/checkout@v5
3434
with:
3535
fetch-depth: 2
3636
show-progress: false

.github/workflows/check-files.yml

Lines changed: 4 additions & 4 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.workflows == 'true' }}
2222
runs-on: self-hosted
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
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@v4
40+
- uses: actions/checkout@v5
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@v4
52+
- uses: actions/checkout@v5
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@v4
72+
- uses: actions/checkout@v5
7373
with:
7474
show-progress: false
7575
path: 'plugins/github-action-plugin'

0 commit comments

Comments
 (0)