Skip to content

Commit

Permalink
Update Actions Checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rayliverified committed Sep 6, 2024
1 parent 4cfb013 commit 1dfc3ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_canvas.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@v3
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT }}
- uses: subosito/flutter-action@v2.8.0
- 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@v3
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT }}
- uses: subosito/flutter-action@v2.8.0
- uses: subosito/flutter-action@v2
with:
channel: stable
- name: Clone deployment repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
token: ${{ secrets.PAT }}
Expand Down

0 comments on commit 1dfc3ae

Please sign in to comment.