We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ec987b + d94c986 commit 53ef32aCopy full SHA for 53ef32a
.github/workflows/publish-docker.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout Repository
18
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
19
20
- name: Get Docker Metadata
21
id: meta
.github/workflows/push.yml
@@ -10,7 +10,7 @@ jobs:
10
- 2.6
11
- 2.7
12
13
- - uses: actions/checkout@master
+ - uses: actions/checkout@v3
14
- name: script/cibuild-docker
run: script/cibuild-docker
env:
0 commit comments