Skip to content

Commit 5585450

Browse files
authored
update checkout 5 (#223)
1 parent 238f50d commit 5585450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
os: 'alpine3.20'
3232
- ruby: '3.2.2'
3333
os: 'alpine3.17'
34-
- ruby: '3.1.0'
35-
os: 'alpine3.15'
34+
- ruby: '3.1.2'
35+
os: 'alpine3.16'
3636

3737
container:
3838
image: ruby:${{ matrix.ruby }}-${{ matrix.os }}
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout ${{ github.ref }}
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949

5050
- name: print some info
5151
run: |

0 commit comments

Comments
 (0)