Skip to content

Commit f4cda71

Browse files
committed
upgrade to checkout v5
1 parent f6ee78c commit f4cda71

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
timeout-minutes: 10
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- uses: aboutbits/github-actions-java/setup@v3
1616
with:
1717
java-version: 21

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
packages: write
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
2222
- uses: aboutbits/github-actions-base/git-setup@v2

0 commit comments

Comments
 (0)