We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf9466 commit 0bfcc26Copy full SHA for 0bfcc26
1 file changed
.github/workflows/publish.yml
@@ -13,13 +13,13 @@ jobs:
13
contents: write
14
steps:
15
- name: Check out repository
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
17
18
- name: Set up Quarto
19
uses: quarto-dev/quarto-actions/setup@v2
20
21
- name: Setup Python and Jupyter
22
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
23
with:
24
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
25
- run: pip install jupyter
0 commit comments