Skip to content

Commit 2a8be5f

Browse files
Update actions/checkout action to v4
1 parent 0019728 commit 2a8be5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
shell: [ash, bash, dash, mksh, zsh]
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2121
- run: docker-compose run ${{ matrix.shell }}
2222
- run: docker-compose run ${{ matrix.shell }}
2323
env:
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3333
- name: Build
3434
run: |
3535
docker-compose build

0 commit comments

Comments
 (0)