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