Skip to content

Commit b48ba5a

Browse files
authored
Merge pull request #269 from scientific-python/dependabot/github_actions/dot-github/workflows/actions-3f3e4124fc
Bump the actions group in /.github/workflows with 3 updates
2 parents 7184038 + 5849078 commit b48ba5a

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ updates:
1313
actions:
1414
patterns:
1515
- "*"
16+
labels:
17+
- "no-changelog-entry-needed"

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
1919

2020
steps:
21-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
2323
fetch-depth: 0
24-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
24+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2525
with:
2626
python-version: 3.8
2727

@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Publish distribution 📦 to PyPI
4848
if: startsWith(github.ref, 'refs/tags')
49-
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
49+
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
5050
with:
5151
user: __token__
5252
password: ${{ secrets.pypi_password }}

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ jobs:
8484
toxenv: py313-test-pytestdev
8585

8686
steps:
87-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
87+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8888
with:
8989
fetch-depth: 0
9090
- name: Set up Python ${{ matrix.python-version }}
91-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
91+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
9292
with:
9393
python-version: ${{ matrix.python-version }}
9494
- name: Install Tox

0 commit comments

Comments
 (0)