Skip to content

Commit fc4d271

Browse files
Bump the gh-actions group with 2 updates (#108)
Bumps the gh-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) Updates `actions/setup-python` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e63133 commit fc4d271

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the repository
14-
uses: actions/checkout@v5.0.0
14+
uses: actions/checkout@v6.0.0
1515
with:
1616
fetch-depth: 2
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v6.0.0
19+
uses: actions/setup-python@v6.1.0
2020
with:
2121
python-version: "3.9"
2222

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out the repository
17-
uses: actions/checkout@v5.0.0
17+
uses: actions/checkout@v6.0.0
1818

1919
- name: Set up Python 3.13
20-
uses: actions/setup-python@v6.0.0
20+
uses: actions/setup-python@v6.1.0
2121
with:
2222
python-version: "3.13"
2323

@@ -45,10 +45,10 @@ jobs:
4545

4646
steps:
4747
- name: Check out the repository
48-
uses: actions/checkout@v5.0.0
48+
uses: actions/checkout@v6.0.0
4949

5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@v6.0.0
51+
uses: actions/setup-python@v6.1.0
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

@@ -72,10 +72,10 @@ jobs:
7272

7373
steps:
7474
- name: Check out the repository
75-
uses: actions/checkout@v5.0.0
75+
uses: actions/checkout@v6.0.0
7676

7777
- name: Set up Python 3.13
78-
uses: actions/setup-python@v6.0.0
78+
uses: actions/setup-python@v6.1.0
7979
with:
8080
python-version: "3.13"
8181

0 commit comments

Comments
 (0)