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 f28f35f commit 45cf833
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_canvas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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
run: |
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified2/Demo.git" "clone_dir"
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified/Demo.git" "clone_dir"
rm -rf clone_dir/flutterwebsites/pub-canvas/
mkdir -p clone_dir/flutterwebsites/pub-canvas/
- name: Build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ 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
run: |
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified2/Demo.git" "clone_dir"
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified/Demo.git" "clone_dir"
rm -rf clone_dir/flutterwebsites/pub-html/
mkdir -p clone_dir/flutterwebsites/pub-html/
- name: Build
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,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 All @@ -19,7 +19,7 @@ jobs:
channel: stable
- name: Clone deployment repo
run: |
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified2/Demo.git" "clone_dir"
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified/Demo.git" "clone_dir"
rm -rf clone_dir/flutterwebsites/pub
mkdir -p clone_dir/flutterwebsites/pub
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The Pub.dev Template is licensed under Zero-Clause BSD and released as Emailware
## Acknowledgements ❤️

**Development:**
* [Ray Li](https://github.com/rayliverified2)
* [Ray Li](https://github.com/rayliverified)

**Sponsor:** [Codelessly - Flutter App UI and Website Builder](https://codelessly.com/?utm_medium=link&utm_campaign=direct)

Expand Down

0 comments on commit 45cf833

Please sign in to comment.