We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c885423 commit ab855ebCopy full SHA for ab855eb
.github/workflows/build.yml
@@ -7,6 +7,6 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout repository
10
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
11
- name: Build action image
12
run: make docker-build
0 commit comments