Skip to content

Commit

Permalink
Update action versions to major version only
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-rse committed Nov 8, 2023
1 parent e9fe296 commit ec4fcef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quarto-publish.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@v3
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand All @@ -26,7 +26,7 @@ jobs:
quarto install --no-prompt extension ArthurData/quarto-confetti
- name: Install Python and Dependencies
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
Expand Down

0 comments on commit ec4fcef

Please sign in to comment.