We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0254198 commit a993fcdCopy full SHA for a993fcd
.github/workflows/push-workflow-serve.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
# Checkout source code
20
- name: Checkout
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
22
23
- name: Login to GHCR
24
uses: docker/login-action@v2
.github/workflows/push-workflow-site.yaml
@@ -24,7 +24,7 @@ jobs:
25
26
27
28
29
# Use Flux to publish mkdocs build output as OCI
30
- name: Setup Flux CLI
0 commit comments