We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55d2d96 + 339a7a2 commit b076133Copy full SHA for b076133
2 files changed
.github/workflows/docker-publish.yml
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Checkout repository
38
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
39
40
# Install the cosign tool except on PR
41
# https://github.com/sigstore/cosign-installer
.github/workflows/jekyll-gh-pages.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
29
- name: Checkout
30
31
- name: Setup Pages
32
uses: actions/configure-pages@v5
33
- name: Build with Jekyll
0 commit comments