Skip to content

Commit aa2226d

Browse files
authored
Merge pull request #6 from wanadev/dependabot/github_actions/actions/checkout-6
build(deps): Bump actions/checkout from 5 to 6
2 parents 7131cb1 + 6545cc9 commit aa2226d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gh-pages.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@v5
19+
uses: actions/checkout@v6
2020
with:
2121
persist-credentials: false
2222
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@v5
19+
uses: actions/checkout@v6
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@v5
19+
uses: actions/checkout@v6
2020

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

0 commit comments

Comments
 (0)