We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1d2f0f + f9aa5d8 commit 7340a9dCopy full SHA for 7340a9d
1 file changed
.github/workflows/docker-image.yml
@@ -13,6 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
- name: Build the Docker image
18
run: docker build . --file Dockerfile
0 commit comments