Skip to content

Commit f2b20c6

Browse files
renovate[bot]WtfJoke
authored andcommitted
Update actions/checkout action to v5
1 parent e70647f commit f2b20c6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
- name: Set up JDK
4444
uses: actions/setup-java@v5
4545
with:

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0 # need git history for spotless license header
2323
- name: Set up JDK ${{ matrix.java }}
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747

4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050
- name: Set up JDK
5151
uses: actions/setup-java@v5
5252
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Validate is valid version
1919
run: npx -y semver $VERSION
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0 # need git history for spotless license header
2323
token: ${{ secrets.GH_TOKEN_CHAOS_BOT }}

.github/workflows/releasetag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0 # need git history for spotless license header
1717
- name: Set up JDK 17
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- name: Set TAG_NAME without ref
6060
run: echo "TAG_NAME_WITHOUT_REF=${TAG_NAME//refs\/tags\/}" >> $GITHUB_ENV
61-
- uses: actions/checkout@v4
61+
- uses: actions/checkout@v5
6262
with:
6363
fetch-depth: 0 # need git history for spotless license header
6464
- name: Set up JDK 17

0 commit comments

Comments
 (0)