Skip to content

Commit

Permalink
ci: update actions/checkout from v2 to v3 in example (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil authored Jul 25, 2022
1 parent d1d44ff commit 1d06b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/quarto-publish-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
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 Expand Up @@ -43,4 +43,4 @@ jobs:
# target: gh-pages
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions


0 comments on commit 1d06b77

Please sign in to comment.