Skip to content

Commit 3e05b7c

Browse files
Bump actions/checkout from 4 to 5 (#374)
* Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * add permission to write --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: odunbar <odunbar@caltech.edu>
1 parent a318edb commit 3e05b7c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/Docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
tags: '*'
88
pull_request:
99

10+
permissions:
11+
contents: write
12+
1013
jobs:
1114
docs-build:
1215
runs-on: ubuntu-latest
@@ -16,7 +19,7 @@ jobs:
1619
uses: styfle/cancel-workflow-action@0.12.1
1720
with:
1821
access_token: ${{ github.token }}
19-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2023
- uses: julia-actions/setup-julia@v2
2124
with:
2225
version: "1"

.github/workflows/JuliaFormatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
access_token: ${{ github.token }}
2121

22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

2424
- uses: dorny/paths-filter@v3.0.2
2525
id: filter

0 commit comments

Comments
 (0)