We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cfd9b commit 15c2be7Copy full SHA for 15c2be7
2 files changed
.github/workflows/Export.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-24.04
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
22
23
- name: Install Julia
24
uses: julia-actions/setup-julia@v3
.github/workflows/UpdatePluto.yml
@@ -16,7 +16,7 @@ jobs:
16
trigger:
17
runs-on: ubuntu-latest
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
# We use that PAT token instead of GITHUB_TOKEN because we are triggering another github action on the commit event.
# Triggering a workflow from a workflow is only allowed if the relaying event is signed with a PAT.
# See https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
0 commit comments