Skip to content

Commit f443295

Browse files
committed
ci: update actions/checkout to v3
1 parent ee4e332 commit f443295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323

24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2525

2626
- name: Build
2727
run: ./build.sh "${{ matrix.file }}.dockerfile"

0 commit comments

Comments
 (0)