Skip to content

Commit

Permalink
Bumped action versions to their latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen committed Apr 11, 2024
1 parent 0b92ea4 commit b900f95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup flutter
uses: subosito/flutter-action@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup flutter
uses: subosito/flutter-action@v2
Expand All @@ -43,7 +43,7 @@ jobs:

- name: Setup Java
if: matrix.os == 'android'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "11"
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
working-directory: ${{ matrix.os }}

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linshare-dev
path: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup flutter
uses: subosito/flutter-action@v2
Expand All @@ -48,7 +48,7 @@ jobs:

- name: Setup Java
if: matrix.os == 'android'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "11"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Create Github release
if: matrix.os == 'android'
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
fail_on_unmatched_files: true
generate_release_notes: true
Expand Down

0 comments on commit b900f95

Please sign in to comment.