Skip to content

Commit 68cd838

Browse files
authored
Merge pull request #1137 from astropy/dependabot/github_actions/dot-github/workflows/actions-50ec896931
Bump actions/setup-python from 6.0.0 to 6.1.0 in /.github/workflows in the actions group
2 parents fb74bb9 + 25550eb commit 68cd838

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
fetch-depth: 0
5656
- name: Set up python ${{ matrix.python }} on ${{ matrix.os }}
57-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
57+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5858
with:
5959
python-version: ${{ matrix.python }}
6060
- name: Install base dependencies

.github/workflows/cron_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
fetch-depth: 0
4343
- name: Set up python ${{ matrix.python }} on ${{ matrix.os }}
44-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
44+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4545
with:
4646
python-version: ${{ matrix.python }}
4747
- name: Install base dependencies

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1919

2020
# Used to host cibuildwheel
21-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
21+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2222

2323
- name: Install cibuildwheel
2424
run: python -m pip install cibuildwheel==2.10.0

0 commit comments

Comments
 (0)