Skip to content

Commit 2f8d651

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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>
1 parent 7bc8d05 commit 2f8d651

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: Install dependencies
2121
run: |
2222
python3 -m pip install --break-system-packages -q yamllint

.github/workflows/website.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
fi
4343
shell: bash
4444
- name: Clone source repository on the previously computed branch
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
with:
4747
repository: multiphenics/multiphenicsx
4848
ref: ${{ steps.source_branch.outputs.branch }}
4949
fetch-depth: 0
5050
- name: Clone website repository on current branch
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252
with:
5353
fetch-depth: 0
5454
path: _website
@@ -118,11 +118,11 @@ jobs:
118118
needs: [convert_notebooks]
119119
steps:
120120
- name: Clone website repository on current branch
121-
uses: actions/checkout@v4
121+
uses: actions/checkout@v6
122122
with:
123123
fetch-depth: 0
124124
- name: Clone website repository on gh-pages branch
125-
uses: actions/checkout@v4
125+
uses: actions/checkout@v6
126126
with:
127127
ref: gh-pages
128128
fetch-depth: 0

0 commit comments

Comments
 (0)