We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ef6fd commit 1bde6fbCopy full SHA for 1bde6fb
.github/workflows/docker-image.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Check out the repo
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
- name: Run the build process with Docker
17
uses: addnab/docker-run-action@v3
18
with:
0 commit comments