Skip to content

Commit 85d5d47

Browse files
authored
Merge pull request #19 from itamae-plugins/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents c059090 + ee7801a commit 85d5d47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
ruby:
2222
- 2.3
2323
image:
24-
- debian:buster
2524
- debian:bullseye
2625
- debian:bookworm
2726
- amazonlinux:2
@@ -32,7 +31,7 @@ jobs:
3231
- test:user
3332

3433
steps:
35-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3635

3736
- uses: ruby/setup-ruby@v1
3837
with:

0 commit comments

Comments
 (0)