Skip to content

Commit 5f20325

Browse files
authored
Merge pull request #177 from SimonMarquis/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents 5b7a6ee + b714123 commit 5f20325

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020
- uses: actions/setup-python@v6

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/configure-pages@v6
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525
with:
2626
fetch-depth: 0
2727
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)