Skip to content

Commit 0bd7b2c

Browse files
authored
Merge pull request #99 from matplotlib/dependabot/github_actions/actions-57c09e9133
Bump the actions group with 4 updates
2 parents 51dcdc4 + 8b26742 commit 0bd7b2c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Set up Python 3
21-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
21+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2222
with:
2323
python-version: '3.x'
2424

2525
- name: Install flake8
2626
run: pip3 install 'flake8>=3.8'
2727

2828
- name: Set up reviewdog
29-
uses: reviewdog/action-setup@3f401fe1d58fe77e10d665ab713057375e39b887 # v1.3.9
29+
uses: reviewdog/action-setup@e04ffabe3898a0af8d0fb1af00c188831c4b5893 # v1.3.9
3030

3131
- name: Run flake8
3232
env:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Set up Python
2323
id: setup
24-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
24+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2525
with:
2626
python-version: '3.x'
2727

@@ -34,7 +34,7 @@ jobs:
3434
run: python -m build
3535

3636
- name: Save built packages as artifact
37-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
37+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3838
with:
3939
name: packages-${{ runner.os }}-${{ steps.setup.outputs.python-version }}
4040
path: dist/
@@ -52,7 +52,7 @@ jobs:
5252
id-token: write
5353
steps:
5454
- name: Download packages
55-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
55+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5656
with:
5757
pattern: packages-*
5858
path: dist

0 commit comments

Comments
 (0)