Skip to content

Commit ae5481e

Browse files
ci(bump): bump GHAs
- ci(bump): Bump actions/setup-java from 3 to 4 - ci(bump): Bump actions/stale from 8 to 9 - ci(bump): Bump jsdom from 21.1.0 to 23.2.0
1 parent 8c076cd commit ae5481e

File tree

5 files changed

+13091
-13351
lines changed

5 files changed

+13091
-13351
lines changed

.github/workflows/deploy-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
node-version: ${{ env.NODE_VERSION }}
7878
cache: 'npm'
7979
- name: Set up JDK 11
80-
uses: actions/setup-java@v3
80+
uses: actions/setup-java@v4
8181
with:
8282
java-version: ${{ env.JAVA_VERSION }}
8383
distribution: ${{ env.JAVA_DISTRIBUTION }}

.github/workflows/gate-keep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
node-version: ${{ env.NODE_VERSION }}
8888
cache: 'npm'
8989
- name: Set up JDK 11
90-
uses: actions/setup-java@v3
90+
uses: actions/setup-java@v4
9191
with:
9292
java-version: ${{ env.JAVA_VERSION }}
9393
distribution: ${{ env.JAVA_DISTRIBUTION }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
issues: write
1818

1919
steps:
20-
- uses: actions/stale@v8
20+
- uses: actions/stale@v9
2121
with:
2222
repo-token: ${{ github.token }}
2323
days-before-issue-stale: 60

0 commit comments

Comments
 (0)