Skip to content

Commit

Permalink
chore: update versions of Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lodin committed Jul 15, 2024
1 parent 12c0bab commit ff248e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ runs:
using: composite
steps:
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
cache: npm
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ inputs.java-version }}
distribution: 'temurin'
cache: maven
- name: Cache node_modules
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-node_modules
with:
path: |
Expand Down

0 comments on commit ff248e4

Please sign in to comment.