Skip to content

Commit f4586b1

Browse files
authored
Merge pull request #2 from wanadev/dependabot/github_actions/actions/checkout-5
build(deps): Bump actions/checkout from 4 to 5
2 parents e6f3447 + fec444c commit f4586b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: "Checkout the repository"
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
persist-credentials: false
2020
submodules: true

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: "Checkout the repository"
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
submodules: true
2222

.github/workflows/python-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: "Checkout the repository"
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: "Set up Python"
2222
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)