Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Check spelling
uses: crate-ci/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/build-notebooks-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: checkout files in repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: notebooks

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write # for GitHub action bot to write messages
if: ${{ !github.event.pull_request.draft }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- uses: julia-actions/setup-julia@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
actions: write # needed to allow julia-actions/cache to delete old caches that it has created
contents: write # needed for Quarto render
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- uses: julia-actions/setup-julia@v2
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Quarto Render
uses: quarto-dev/quarto-actions/render@v2
- name: Checkout notebooks branch
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
ref: notebooks
path: _output/branch-out
Expand Down