Skip to content

Commit 9240dfb

Browse files
dependabot[bot]lwjohnst86
authored andcommitted
ci(deps): bump quarto-dev/quarto-actions from 2.1.9 to 2.2.0
Bumps [quarto-dev/quarto-actions](https://github.com/quarto-dev/quarto-actions) from 2.1.9 to 2.2.0. - [Release notes](https://github.com/quarto-dev/quarto-actions/releases) - [Commits](quarto-dev/quarto-actions@9e48da2...8a96df1) --- updated-dependencies: - dependency-name: quarto-dev/quarto-actions dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81e2a8a commit 9240dfb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/reusable-build-docs-with-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
source .venv/bin/activate
5555
5656
- name: Set up Quarto
57-
uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
57+
uses: quarto-dev/quarto-actions/setup@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
5858

5959
- name: Spell check repo
6060
uses: crate-ci/typos@626c4bedb751ce0b7f03262ca97ddda9a076ae1c # v1.39.2
@@ -64,15 +64,15 @@ jobs:
6464

6565
- name: Publish to Netlify (and render)
6666
if: ${{ inputs.hosting-provider == 'netlify' }}
67-
uses: quarto-dev/quarto-actions/publish@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
67+
uses: quarto-dev/quarto-actions/publish@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
6868
with:
6969
target: netlify
7070
NETLIFY_AUTH_TOKEN: ${{ secrets.netlify-token }}
7171

7272
# NOTE: If Publishing to GitHub Pages, set the permissions correctly (see above).
7373
- name: Publish to GitHub Pages (and render)
7474
if: ${{ inputs.hosting-provider == 'gh-pages' }}
75-
uses: quarto-dev/quarto-actions/publish@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
75+
uses: quarto-dev/quarto-actions/publish@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
7676
with:
7777
target: gh-pages
7878
env:

.github/workflows/reusable-build-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ jobs:
3434
uses: crate-ci/typos@626c4bedb751ce0b7f03262ca97ddda9a076ae1c # v1.39.2
3535

3636
- name: Set up Quarto
37-
uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
37+
uses: quarto-dev/quarto-actions/setup@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
3838

3939
# add software dependencies here
4040

4141
- name: Publish to Netlify (and render)
4242
if: ${{ inputs.hosting-provider == 'netlify' }}
43-
uses: quarto-dev/quarto-actions/publish@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
43+
uses: quarto-dev/quarto-actions/publish@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
4444
with:
4545
target: netlify
4646
NETLIFY_AUTH_TOKEN: ${{ secrets.netlify-token }}
4747

4848
# NOTE: If Publishing to GitHub Pages, set the permissions correctly (see above).
4949
- name: Publish to GitHub Pages (and render)
5050
if: ${{ inputs.hosting-provider == 'gh-pages' }}
51-
uses: quarto-dev/quarto-actions/publish@9e48da27e184aa238fcb49f5db75469626d43adb # v2.1.9
51+
uses: quarto-dev/quarto-actions/publish@8a96df13519ee81fd526f2dfca5962811136661b # v2.2.0
5252
with:
5353
target: gh-pages
5454
env:

0 commit comments

Comments
 (0)