Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
git-elliot committed Nov 17, 2024
1 parent e77e361 commit 9071cbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4.2.2

- name: Setup Java JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4.5.0
with:
distribution: temurin
java-version: "17"

- name: Flutter action
uses: subosito/flutter-action@v2.8.0
uses: subosito/flutter-action@v2.16.0
with:
channel: stable

Expand Down

0 comments on commit 9071cbd

Please sign in to comment.