Skip to content

Commit 0bfcc26

Browse files
20260502 - update GitHub Actions
1 parent 8bf9466 commit 0bfcc26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
contents: write
1414
steps:
1515
- name: Check out repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Set up Quarto
1919
uses: quarto-dev/quarto-actions/setup@v2
2020

2121
- name: Setup Python and Jupyter
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
2525
- run: pip install jupyter

0 commit comments

Comments
 (0)