Skip to content

Commit

Permalink
set actions/checkout @V3
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Jan 21, 2023
1 parent 0254198 commit a993fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-workflow-serve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# Checkout source code
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Login to GHCR
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-workflow-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# Checkout source code
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# Use Flux to publish mkdocs build output as OCI
- name: Setup Flux CLI
Expand Down

0 comments on commit a993fcd

Please sign in to comment.