Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Use v4 of checkout, setup-node, and java
  • Loading branch information
eb1 authored Jan 7, 2025
1 parent 05e4896 commit 9da2001
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
node-version: [20.x]
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Prep Build
Expand All @@ -36,7 +36,7 @@ jobs:
npm link gulp
gulp prep-android-dir
- name: set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
- name: Setup Gradle
Expand Down

0 comments on commit 9da2001

Please sign in to comment.