Skip to content

Commit ce8ea15

Browse files
authored
Merge pull request #93 from geotribu/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 4 to 6
2 parents 254e5c0 + 3a5cb8f commit ce8ea15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232

3333
- name: Get source code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
- name: Set up Python
3737
uses: actions/setup-python@v5

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343

4444
- name: Get source code
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646

4747
- name: Set up Python
4848
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)