Skip to content

Commit d562050

Browse files
committed
Bump actions/checkout from 4 to 5
1 parent 10045c9 commit d562050

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout repository
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
- name: Setup JDK

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout repository
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Setup JDK
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout repository
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
with:
5050
token: ${{ secrets.GITHUB_TOKEN }}
5151
- name: Setup JDK

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release_notes:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Check if it has release drafter config file
1515
id: check_release_drafter
1616
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
GIT_USER_EMAIL: [email protected]
3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
- name: Setup JDK

0 commit comments

Comments
 (0)