Skip to content

Commit ab855eb

Browse files
committed
Upgrade actions/checkout
1 parent c885423 commit ab855eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout repository
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v3
1111
- name: Build action image
1212
run: make docker-build

0 commit comments

Comments
 (0)