We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a113c commit a477e70Copy full SHA for a477e70
1 file changed
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
contents: read
17
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
21
- name: Build image
22
run: docker build . --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
0 commit comments