Skip to content

Commit b870f69

Browse files
Update actions/checkout action to v4
1 parent ba36ed8 commit b870f69

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
@@ -20,7 +20,7 @@ jobs:
2020
--health-timeout 5s
2121
--health-retries 5
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Set up JDK
2525
uses: actions/setup-java@v3
2626
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
@@ -10,7 +10,7 @@ jobs:
1010
GIT_USER_EMAIL: behlp@unityfoundation.io
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
token: ${{ secrets.GH_TOKEN }}
1616
- name: Set up JDK

0 commit comments

Comments
 (0)