Skip to content

Commit 91e5fba

Browse files
authored
Merge pull request #40 from Pioneer-Robotics/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents acaf4e3 + e96f002 commit 91e5fba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Set up JDK 17
1919
uses: actions/setup-java@v5

.github/workflows/ktlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
1919
ref: ${{ github.event.pull_request.head.ref || github.ref }}

0 commit comments

Comments
 (0)