Skip to content

Commit 15c2be7

Browse files
Bump actions/checkout from 6 to 7 (#108)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0cfd9b commit 15c2be7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222

2323
- name: Install Julia
2424
uses: julia-actions/setup-julia@v3

.github/workflows/UpdatePluto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
trigger:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020
# We use that PAT token instead of GITHUB_TOKEN because we are triggering another github action on the commit event.
2121
# Triggering a workflow from a workflow is only allowed if the relaying event is signed with a PAT.
2222
# See https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token

0 commit comments

Comments
 (0)