Skip to content

Commit de3fb2b

Browse files
Bump the actions group across 1 directory with 2 updates (#1448)
Bumps the actions group with 2 updates in the / directory: [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `styfle/cancel-workflow-action` from 0.12.1 to 0.13.0 - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.12.1...0.13.0) Updates `actions/setup-python` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56eeabe commit de3fb2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python-version: [ "3.11", "3.12", "3.13"]
2323
steps:
2424
- name: Cancel previous runs
25-
uses: styfle/cancel-workflow-action@0.12.1
25+
uses: styfle/cancel-workflow-action@0.13.0
2626
with:
2727
access_token: ${{ github.token }}
2828

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v6
1212
- name: Set up Python
13-
uses: actions/setup-python@v6.1.0
13+
uses: actions/setup-python@v6.2.0
1414
with:
1515
python-version: '3.x'
1616
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v6
3636
- name: Set up Python
37-
uses: actions/setup-python@v6.1.0
37+
uses: actions/setup-python@v6.2.0
3838
with:
3939
python-version: '3.x'
4040
- name: Install dependencies

0 commit comments

Comments
 (0)