Skip to content

Commit

Permalink
Github Actions Automation #2
Browse files Browse the repository at this point in the history
- Set action version correctly.
  • Loading branch information
rayliverified committed Aug 25, 2024
1 parent 7aa6e48 commit 8a69311
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_canvas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@latest
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT }}
- uses: subosito/flutter-action@latest
- uses: subosito/flutter-action@v2
with:
channel: stable
- name: Clone deployment repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@latest
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT }}
- uses: subosito/flutter-action@latest
- uses: subosito/flutter-action@v2
with:
channel: stable
- name: Clone deployment repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@latest
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT }}
- uses: subosito/flutter-action@latest
- uses: subosito/flutter-action@v2
with:
channel: stable
- name: Clone deployment repo
Expand Down

0 comments on commit 8a69311

Please sign in to comment.