Skip to content

Commit

Permalink
bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyxchow committed Dec 25, 2024
1 parent 1ef7477 commit 58da3a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21

# Setup and cache Flutter to install packages and build.
- name: Set up Flutter
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/store-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
- name: Set up Ruby and Bundler
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.4
bundler-cache: true

# Setup Java so that we can build the appbundle.
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21

# Setup and cache Flutter to install packages and build.
- name: Set up Flutter
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Set up Ruby and Bundler
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.4
bundler-cache: true

# Setup and cache Flutter to install packages and build.
Expand Down

0 comments on commit 58da3a1

Please sign in to comment.