Skip to content

Commit

Permalink
Upgrade action version
Browse files Browse the repository at this point in the history
  • Loading branch information
linroid committed Apr 2, 2024
1 parent 77f9d4e commit 235484f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Release

on:
workflow_dispatch:
workflow_call:
push:
tags:
- "v*"
Expand All @@ -24,12 +22,10 @@ jobs:
os: macos-latest
- platform: android
os: ubuntu-latest
- platform: ios
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 235484f

Please sign in to comment.