Skip to content

Commit 8afa14a

Browse files
authored
Merge pull request #107 from spacetelescope/dependabot/github_actions/dot-github/workflows/actions-f2e6fc259d
Bump actions/setup-python from 5.4.0 to 5.5.0 in /.github/workflows in the actions group
2 parents ed2bf2b + 6d00643 commit 8afa14a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_workflows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
fetch-depth: 0
4343
- name: Set up Python
44-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
44+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
4545
with:
4646
python-version: '3.x'
4747
- name: Lint with flake8
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
fetch-depth: 0
6666
- name: Set up Python
67-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
67+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
6868
with:
6969
python-version: '3.11'
7070
- name: Install and build
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
fetch-depth: 0
8787
- name: Set up Python
88-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
88+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
8989
with:
9090
python-version: '3.12'
9191
- name: Install and build
@@ -108,7 +108,7 @@ jobs:
108108
- name: Checkout code
109109
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110110
- name: Set up Python
111-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
111+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
112112
with:
113113
python-version: '3.12'
114114
- name: Install and build

0 commit comments

Comments
 (0)