We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cc520 commit 83e5252Copy full SHA for 83e5252
1 file changed
.github/workflows/docker.yml
@@ -29,7 +29,7 @@ jobs:
29
30
steps:
31
- name: Checkout
32
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
33
- name: Build time variables
34
run: |-
35
echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >>"$GITHUB_ENV"
@@ -108,7 +108,7 @@ jobs:
108
attestations: write
109
110
111
112
113
114
0 commit comments