Skip to content

Commit 52f2b69

Browse files
authored
Merge pull request #101 from OneLiteFeatherNET/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 5a6b40a + 2590164 commit 52f2b69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- name: Setup Gradle
1515
uses: gradle/actions/setup-gradle@v5
1616
- name: Setup Java

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write # to enable use of OIDC for npm provenance
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828
- name: Setup Node.js

0 commit comments

Comments
 (0)