Skip to content

Commit 080e98f

Browse files
Bump CI deps
1 parent 492e43a commit 080e98f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919

2020
- name: Install Java 1.8
21-
uses: actions/setup-java@v2
21+
uses: actions/setup-java@v4
2222
with:
23-
distribution: 'temurin'
23+
distribution: 'corretto'
2424
java-version: '8'
2525

2626
- name: Cache maven
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/.m2
3030
key: gradle-${{ hashFiles('**/BuildConfig.groovy') }}
3131
restore-keys: |
3232
gradle-
3333
3434
- name: Cache grails wrapper
35-
uses: actions/cache@v2
35+
uses: actions/cache@v4
3636
with:
3737
path: ~/.grails
3838
key: grails-${{ hashFiles('**/application.properties') }}
@@ -67,7 +67,7 @@ jobs:
6767
mkdir -p ./plugin-artifacts
6868
mv tomcat-* ./plugin-artifacts/.
6969
70-
- uses: actions/upload-artifact@v2
70+
- uses: actions/upload-artifact@v4
7171
with:
7272
name: plugin-artifacts
7373
path: plugin-artifacts

0 commit comments

Comments
 (0)