Skip to content

Commit 380262e

Browse files
Update actions/checkout action to v4
1 parent 91e8adf commit 380262e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
WORKSPACE: ${{ github.workspace }}
2424
GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Set up JDK
2828
uses: actions/setup-java@v3
2929
with:

.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@v3
13+
- uses: actions/checkout@v4
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
@@ -13,7 +13,7 @@ jobs:
1313
GIT_USER_EMAIL: behlp@objectcomputing.com
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
token: ${{ secrets.GH_TOKEN }}
1919
- uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)