Skip to content

Commit 2a2af53

Browse files
authored
Merge pull request #163 from matplotlib/dependabot/github_actions/actions-8d5d2fc78e
Bump the actions group with 5 updates
2 parents 913f7fb + 83df500 commit 2a2af53

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .github/workflows/main.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
pre-commit:
77
runs-on: ubuntu-20.04
88
steps:
9-
- uses: actions/checkout@v3
10-
- uses: actions/setup-python@v4
11-
- uses: pre-commit/action@v3.0.0
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-python@v5
11+
- uses: pre-commit/action@v3.0.1
1212
build:
1313
runs-on: ubuntu-20.04
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-python@v4
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.10"
1919
- name: Install dependencies
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run checks
5353
run: |
5454
make check
55-
- uses: actions/upload-artifact@v3
55+
- uses: actions/upload-artifact@v4
5656
if: ${{ always() }}
5757
with:
5858
name: build
@@ -74,7 +74,7 @@ jobs:
7474
>> $GITHUB_STEP_SUMMARY
7575
- name: Publish cheatsheets and handouts
7676
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
77-
uses: peaceiris/actions-gh-pages@v3
77+
uses: peaceiris/actions-gh-pages@v4
7878
with:
7979
github_token: ${{ secrets.GITHUB_TOKEN }}
8080
publish_dir: ./docs/_build/html/

0 commit comments

Comments
 (0)