Skip to content

Commit e93e3f9

Browse files
authored
Merge pull request #30 from OneLiteFeatherNET/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents fe175e0 + 70e4cb8 commit e93e3f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ubuntu-latest, windows-latest, macos-latest]
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Setup Java
1818
uses: actions/setup-java@v5
1919
with:

.github/workflows/main-build.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)