Skip to content

Commit e7393fd

Browse files
authored
Merge pull request #5 from SDU-Robotics/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 04f9654 + a607b61 commit e7393fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929
with:
3030
# setuptools_scm requires a non-shallow clone of the repository
3131
fetch-depth: 0

.github/workflows/pypi.yml

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

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
with:
1919
# setuptools_scm requires a non-shallow clone of the repository
2020
fetch-depth: 0

0 commit comments

Comments
 (0)