Skip to content

Commit

Permalink
Update to actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Dec 9, 2023
1 parent 806a201 commit 573e31e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: main

name: Quarto Publish EN
name: Quarto Publish

jobs:
build-deploy:
Expand All @@ -12,7 +12,7 @@ jobs:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit 573e31e

Please sign in to comment.