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.
1 parent 8205d1b commit bb0beb0Copy full SHA for bb0beb0
.github/workflows/docker-publish.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
43
44
# Workaround: https://github.com/docker/build-push-action/issues/461
45
- name: Setup Docker buildx
.github/workflows/docker.yml
@@ -34,7 +34,7 @@ jobs:
34
password: ${{ secrets.DOCKERHUB_TOKEN }}
35
36
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
37
- - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
38
- name: Docker build
run: |
0 commit comments