Skip to content

Commit dcf1cae

Browse files
build: bump the actions group across 1 directory with 3 updates (#1)
Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 5 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v7) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a1d71a commit dcf1cae

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
name: Format and lint
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v7
2525

26-
- uses: actions/setup-python@v6
26+
- uses: actions/setup-python@v7
2727
with:
2828
python-version: ${{ env.PYTHON_VERSION }}
2929

@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: pnpm/action-setup@v6
4040

41-
- uses: actions/setup-node@v6
41+
- uses: actions/setup-node@v7
4242
with:
4343
node-version: 22
4444
cache: pnpm
@@ -61,11 +61,11 @@ jobs:
6161
# the microcode backend cannot be built at all. Checking it out here does
6262
# not supply any firmware, so the runner still exercises the path a user
6363
# without an image takes.
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v7
6565
with:
6666
submodules: recursive
6767

68-
- uses: actions/setup-python@v6
68+
- uses: actions/setup-python@v7
6969
with:
7070
python-version: ${{ matrix.python }}
7171

@@ -91,11 +91,11 @@ jobs:
9191
name: Against the parts, when any microcode is present
9292
runs-on: ubuntu-latest
9393
steps:
94-
- uses: actions/checkout@v5
94+
- uses: actions/checkout@v7
9595
with:
9696
submodules: recursive
9797

98-
- uses: actions/setup-python@v6
98+
- uses: actions/setup-python@v7
9999
with:
100100
python-version: ${{ env.PYTHON_VERSION }}
101101

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ jobs:
2525
github.event.workflow_run.conclusion == 'success'
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v7
2929
with:
3030
fetch-depth: 0
3131
persist-credentials: false
3232

3333
- uses: pnpm/action-setup@v6
3434

35-
- uses: actions/setup-node@v6
35+
- uses: actions/setup-node@v7
3636
with:
3737
node-version: "22"
3838
cache: pnpm
3939

40-
- uses: actions/setup-python@v6
40+
- uses: actions/setup-python@v7
4141
with:
4242
python-version: "3.12"
4343

0 commit comments

Comments
 (0)