Skip to content

Commit 74118c0

Browse files
chore(deps): bump the gha group in /.github/workflows with 2 updates
Bumps the gha group in /.github/workflows with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4.1.1 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.2.2) Updates `actions/setup-python` from 4.6.1 to 5.6.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.6.1...v5.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha - dependency-name: actions/setup-python dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9400d89 commit 74118c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4.1.1
24+
uses: actions/checkout@v4.2.2
2525
- name: Use Node version defined in manifest
2626
uses: volta-cli/action@v4
2727
- name: Setup Python
28-
uses: actions/setup-python@v4.6.1
28+
uses: actions/setup-python@v5.6.0
2929
with:
3030
python-version: '3.12'
3131
cache: pip

0 commit comments

Comments
 (0)