Skip to content

Commit

Permalink
ci(bump): bump GHAs
Browse files Browse the repository at this point in the history
 - 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
  • Loading branch information
github-actions[bot] authored Jan 18, 2024
1 parent 8c076cd commit ae5481e
Show file tree
Hide file tree
Showing 5 changed files with 13,091 additions and 13,351 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: ${{ env.JAVA_DISTRIBUTION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gate-keep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: ${{ env.JAVA_DISTRIBUTION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
issues: write

steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
repo-token: ${{ github.token }}
days-before-issue-stale: 60
Expand Down
Loading

0 comments on commit ae5481e

Please sign in to comment.