Skip to content

Commit 9a88dcf

Browse files
authored
Merge pull request #175 from matplotlib/dependabot/github_actions/actions-564fd47cee
Bump the actions group across 1 directory with 2 updates
2 parents 732c00e + fdcb32c commit 9a88dcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
with:
1313
persist-credentials: false
14-
- uses: actions/setup-python@v5
14+
- uses: actions/setup-python@v6
1515
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1616
build:
1717
runs-on: ubuntu-latest
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
with:
2424
persist-credentials: false
25-
- uses: actions/setup-python@v5
25+
- uses: actions/setup-python@v6
2626
with:
2727
python-version: "3.10"
2828
- name: Install dependencies
@@ -61,15 +61,15 @@ jobs:
6161
- name: Run checks
6262
run: |
6363
make check
64-
- uses: actions/upload-artifact@v4
64+
- uses: actions/upload-artifact@v5
6565
if: ${{ always() }}
6666
with:
6767
name: build
6868
path: |
6969
cheatsheets.pdf
7070
handout-*.pdf
7171
./docs/_build/html/
72-
- uses: actions/upload-artifact@v4
72+
- uses: actions/upload-artifact@v5
7373
id: diffs-artifact-upload
7474
if: ${{ always() }}
7575
with:

0 commit comments

Comments
 (0)