Skip to content

Commit

Permalink
Github Actions Automation Codelessly#1
Browse files Browse the repository at this point in the history
  • Loading branch information
rayliverified committed Aug 25, 2024
1 parent e7dcc29 commit 7aa6e48
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@master
- uses: actions/checkout@latest
with:
submodules: recursive
token: ${{ secrets.PAT }}
- uses: subosito/flutter-action@master
- uses: subosito/flutter-action@latest
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@master
- uses: actions/checkout@latest
with:
submodules: recursive
token: ${{ secrets.PAT }}
- uses: subosito/flutter-action@master
- uses: subosito/flutter-action@latest
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@master
- uses: actions/checkout@latest
with:
submodules: recursive
token: ${{ secrets.PAT }}
- uses: subosito/flutter-action@master
- uses: subosito/flutter-action@latest
with:
channel: stable
- name: Clone deployment repo
Expand Down

0 comments on commit 7aa6e48

Please sign in to comment.