Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit cc1e21e

Browse files
authored
Merge pull request #243 from spacetelescope/dependabot/github_actions/dot-github/workflows/master/actions-71d192a2cf
Bump the actions group in /.github/workflows with 2 updates
2 parents e9875f1 + 29ce7cf commit cc1e21e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci_workflows.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
fetch-depth: 0
4646
- name: Set up Python
47-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
47+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4848
with:
4949
python-version: '3.x'
5050
- name: Lint with flake8
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
fetch-depth: 0
7272
- name: Set up Python
73-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
73+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
7474
with:
7575
python-version: '3.11'
7676
- name: Install and build
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
fetch-depth: 0
9191
- name: Set up Python
92-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
92+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
9393
with:
9494
python-version: '3.x'
9595
- name: Install and build
@@ -111,7 +111,7 @@ jobs:
111111
- name: Checkout code
112112
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
113113
- name: Set up Python
114-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
114+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
115115
with:
116116
python-version: '3.x'
117117
- name: Install and build

.github/workflows/predeps_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- name: Set up Python
26-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
26+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2727
with:
2828
python-version: '3.11'
2929
- name: Install and build

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
28+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
2929
with:
3030
python-version: '3.x'
3131

@@ -50,4 +50,4 @@ jobs:
5050
5151
- name: Publish distribution 📦 to PyPI
5252
if: github.event_name == 'release'
53-
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
53+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

0 commit comments

Comments
 (0)