Skip to content

Commit a0ebdd2

Browse files
committed
Bump GitHub Actions Checkout
This avoids deprecation of Node 16 which is likely to come soon given that it is now beyond end of life.
1 parent f8cd19f commit a0ebdd2

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)