Skip to content

Commit 86c9bf8

Browse files
committed
GHA: Update checkout action to v3
1 parent c43fe50 commit 86c9bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v3
1515
- name: Set up
1616
run: |
1717
docker --version

0 commit comments

Comments
 (0)