Skip to content

Commit 40c0e18

Browse files
Bump actions/checkout from 5 to 6 (#98)
1 parent 999db26 commit 40c0e18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
- id: commit
1414
uses: prompt/actions-commit-hash@v3
1515
# Clone the repo & its submodules
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
submodules: recursive
1919
# Setup Java & Maven

.github/workflows/discord-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v5
10+
uses: actions/checkout@v6
1111
- name: Github Releases To Discord
1212
uses: SethCohen/github-releases-to-discord@master
1313
with:

.github/workflows/update-submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
update:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
with:
1111
token: ${{ secrets.PAT }}
1212
ref: ${{ github.event.client_payload.branch }}

0 commit comments

Comments
 (0)