Skip to content

Commit 89efcfb

Browse files
Merge pull request #146 from impresscms-dev/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents d21e920 + 8f9f64c commit 89efcfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autocommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
max-parallel: 1
4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
with:
4444
token: ${{ secrets.IMPRESSBOT_TOKEN }}
4545

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: ${{ matrix.name }}
3737
steps:
3838
- name: Checkout code
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040

4141
- name: Setup Node.js
4242
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)