Skip to content

Commit a8aaacc

Browse files
chore: bump GitHub Actions(deps): bump actions/setup-python
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@e797f83...83679a8) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b54e8a commit a8aaacc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: git fetch origin 'refs/tags/*:refs/tags/*'
3030

3131
- name: Setup Python
32-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
32+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
3333
with:
3434
python-version: "3.11"
3535
- name: Install Hatch

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
1515

1616
- name: Set up Python 3.11
17-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
17+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
1818
with:
1919
python-version: '3.11'
2020
- name: Install hatch

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
1515

1616
- name: Set up Python 3.11
17-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
17+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
1818
with:
1919
python-version: '3.11'
2020
- name: Install hatch

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
2323

2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
25+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
- name: Install Hatch
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4444

4545
- name: Set up Python ${{ matrix.python-version }}
46-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
46+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Install hatch

0 commit comments

Comments
 (0)