Skip to content

Commit 982b9b0

Browse files
authored
Merge pull request #193 from matplotlib/dependabot/github_actions/actions-640176b5ab
Bump actions/checkout from 6 to 7 in the actions group
2 parents 9dd73c8 + 0b7fba0 commit 982b9b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
11+
- uses: actions/checkout@v7
1212
with:
1313
persist-credentials: false
1414
- uses: actions/setup-python@v6
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020

2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
with:
2424
persist-credentials: false
2525
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)