diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-05 22:11:12 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-09-05 22:11:25 +0000 |
commit | cb0428b8547a91490cb39f2b9966a480d74a21db (patch) | |
tree | 49647710e3fbd5ea0815edd833371a52eaff0717 /.github/workflows/python.yml | |
parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
download | locusts-cb0428b8547a91490cb39f2b9966a480d74a21db.tar locusts-cb0428b8547a91490cb39f2b9966a480d74a21db.tar.gz locusts-cb0428b8547a91490cb39f2b9966a480d74a21db.tar.bz2 locusts-cb0428b8547a91490cb39f2b9966a480d74a21db.tar.lz locusts-cb0428b8547a91490cb39f2b9966a480d74a21db.tar.xz locusts-cb0428b8547a91490cb39f2b9966a480d74a21db.tar.zst locusts-cb0428b8547a91490cb39f2b9966a480d74a21db.zip |
build(deps): bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [actions/setup-node](https://github.com/actions/setup-node) and [actions/setup-go](https://github.com/actions/setup-go).
Updates `actions/setup-python` from 5 to 6
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)
Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)
Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/python.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 6e60d80..310f977 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v5 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.x" - name: Install dependencies @@ -53,7 +53,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.x" - name: Install dependencies |