Skip to content

Commit 3f43c4b

Browse files
committed
Merge branch 'bump-actions-checkout'
2 parents a71e730 + a0ebdd2 commit 3f43c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# See https://github.com/ruby/setup-ruby/issues/291
1515
GLOBAL_GEMS: 1
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
with:
1919
submodules: recursive
2020

@@ -31,7 +31,7 @@ jobs:
3131
docker:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v4
3535

3636
- name: Build container
3737
run: docker-compose build

0 commit comments

Comments
 (0)