Skip to content

Commit df219d6

Browse files
chore(deps): update actions/checkout action to v4
1 parent 894d592 commit df219d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
path: ~/.gradle
2121
key: ${{ runner.os }}-gradle
2222

23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- name: Grant execute permission to gradlew
2626
run: chmod +x gradlew
@@ -51,7 +51,7 @@ jobs:
5151
path: ~/.gradle
5252
key: ${{ runner.os }}-gradle
5353

54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555

5656
- name: Grant execute permission to gradlew
5757
run: chmod +x gradlew
@@ -101,7 +101,7 @@ jobs:
101101
path: ~/.gradle
102102
key: ${{ runner.os }}-gradle
103103

104-
- uses: actions/checkout@v3
104+
- uses: actions/checkout@v4
105105

106106
- name: Grant execute permission for gradlew
107107
run: chmod +x gradlew

0 commit comments

Comments
 (0)