Skip to content

Commit c687db9

Browse files
committed
Merge pull request #662 from astropy/dependabot/github_actions/actions-f2e6fc259d
Bump actions/setup-python from 5.4.0 to 5.5.0 in the actions group
1 parent cb764e1 commit c687db9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci_devtests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- name: Set up Python 3.12
26-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
26+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2727
with:
2828
python-version: "3.12"
2929
- name: Install tox
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444
- name: Set up Python 3.13
45-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
45+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
4646
with:
4747
python-version: "3.13-dev"
4848
- name: Install tox

.github/workflows/ci_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
fetch-depth: 0
4242
- name: Set up Python
43-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
43+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
- name: Install tox
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
fetch-depth: 0
6363
- name: Set up Python
64-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
64+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
6565
with:
6666
python-version: '3.10'
6767
- name: Install tox
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7979
- name: Set up Python 3.8
80-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
80+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
8181
with:
8282
python-version: 3.8
8383
- name: Install tox
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9595
- name: Set up Python 3.10
96-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
96+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
9797
with:
9898
python-version: '3.10'
9999
- name: Install tox

0 commit comments

Comments
 (0)