Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz-clark committed Oct 31, 2024
1 parent da97c3e commit 31d1475
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 @@ -12,7 +12,7 @@ jobs:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v5
uses: actions/checkout@v4

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand All @@ -22,7 +22,7 @@ jobs:

# Comment out the below section if you are not using python
- name: Install Python and Dependencies
uses: actions/setup-python@v4
uses: actions/setup-python@v5.3.0
with:
python-version: '3.11'
#cache: 'pip'
Expand Down

0 comments on commit 31d1475

Please sign in to comment.