Skip to content

Commit 24627a2

Browse files
committed
ci: upgrade actions/checkout to v4
1 parent 5aac7bd commit 24627a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ruby: ['2.7', '3.0']
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
with:
1717
persist-credentials: false
1818
- uses: ruby/setup-ruby@v1

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ruby: [2.7]
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
persist-credentials: false
2323
- uses: actions/setup-node@v3
@@ -68,7 +68,7 @@ jobs:
6868
# having to do with automatic kwarg splatting
6969
MT_KWARGS_HACK: 1
7070
steps:
71-
- uses: actions/checkout@v3
71+
- uses: actions/checkout@v4
7272
with:
7373
persist-credentials: false
7474
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)