Skip to content

Commit

Permalink
Merge pull request #35 from InseeFrLab/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v5
  • Loading branch information
ThomasFaria authored Dec 6, 2023
2 parents ef8482e + 2f3e68b commit afe8061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-slides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: quarto-dev/quarto-actions/setup@v2

- name: Install python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
Expand Down

0 comments on commit afe8061

Please sign in to comment.