Skip to content

Commit 916bd28

Browse files
author
Kingdon Barrett
committed
set actions/checkout @V3
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent eed47e1 commit 916bd28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-workflow-serve.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
# Checkout source code
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222

2323
- name: Login to GHCR
2424
uses: docker/login-action@v2

.github/workflows/push-workflow-site.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# Checkout source code
2626
- name: Checkout
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828

2929
# Use Flux to publish mkdocs build output as OCI
3030
- name: Setup Flux CLI

0 commit comments

Comments
 (0)