Skip to content

Commit 1d06b77

Browse files
authored
ci: update actions/checkout from v2 to v3 in example (#31)
1 parent d1d44ff commit 1d06b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/quarto-publish-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v3
1313

1414
- name: Set up Quarto
1515
uses: quarto-dev/quarto-actions/setup@v2
@@ -43,4 +43,4 @@ jobs:
4343
# target: gh-pages
4444
# env:
4545
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # this secret is always available for github actions
46-
46+

0 commit comments

Comments
 (0)