Skip to content

Commit 5ddc6bc

Browse files
chore(deps): update actions/checkout action to v6
1 parent 6f4ec93 commit 5ddc6bc

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
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Set up JDK
1717
uses: actions/setup-java@v5
1818
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Reference: https://github.com/lewagon/wait-on-check-action#running-workflow-name
2020
running-workflow-name: 'Publish package'
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Set up JDK
2424
uses: actions/setup-java@v5
2525
with:

0 commit comments

Comments
 (0)