Skip to content

Commit 1675b39

Browse files
Bump actions/checkout from 3 to 6 (#18)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22b5076 commit 1675b39

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
outputs:
1717
matrix: ${{ steps.set-matrix.outputs.matrix }}
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- id: set-matrix
2121
run: |
2222
set -e
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
cache-name: julia-cache;workflow=${{ github.workflow }};ref=${{ github.run_id }}
4242
include-matrix: false
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v6
4444
- name: "Install Jupyter"
4545
run: |
4646
if (( $(echo "$(pip --version | awk '{print $2}' | cut -d'.' -f 1,2) >= 23.1" |bc -l) )); then

.github/workflows/keep-repo-alive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
whitespace:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v6
1313
- name: Append to whitespace database
1414
run: echo -n " " >> whitespace.txt
1515
- name: Commit report

0 commit comments

Comments
 (0)