Skip to content

Commit 4202f02

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#1001)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 c59c650 commit 4202f02

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131
with:
3232
# We must fetch at least the immediate parents so that if this is
3333
# a pull request then we can checkout the head.

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
wget -nc https://ftp.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1w-0+deb11u1_amd64.deb
4646
sudo dpkg -i libssl1.1_1.1.1w-0+deb11u1_amd64.deb
4747
# end libssl1.1 install
48-
- uses: actions/checkout@v6
48+
- uses: actions/checkout@v7
4949
if: github.event.inputs.git-ref == ''
5050
with:
5151
fetch-depth: 0 # always fetch everything to be sure for codecov
52-
- uses: actions/checkout@v6
52+
- uses: actions/checkout@v7
5353
if: github.event.inputs.git-ref != ''
5454
with:
5555
ref: ${{ github.event.inputs.git-ref }}
@@ -91,7 +91,7 @@ jobs:
9191
needs: [tests]
9292
runs-on: ubuntu-latest
9393
steps:
94-
- uses: actions/checkout@v6
94+
- uses: actions/checkout@v7
9595
- name: Use Node.js 24
9696
uses: actions/setup-node@v6
9797
with:

.github/workflows/website-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read # for actions/checkout to fetch code
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
- name: Use Node.js 24
1717
uses: actions/setup-node@v6
1818
with:

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write # for JamesIves/github-pages-deploy-action to push changes in repo
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
- name: Use Node.js 24
2828
uses: actions/setup-node@v6
2929
with:

0 commit comments

Comments
 (0)