Skip to content

Commit 45cf833

Browse files
committed
Update Actions Checkout v4
1 parent f28f35f commit 45cf833

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build_canvas.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
submodules: recursive
1313
token: ${{ secrets.PAT }}
14-
- uses: subosito/flutter-action@v2.8.0
14+
- uses: subosito/flutter-action@v2
1515
with:
1616
channel: stable
1717
- name: Clone deployment repo
1818
run: |
19-
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified2/Demo.git" "clone_dir"
19+
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified/Demo.git" "clone_dir"
2020
rm -rf clone_dir/flutterwebsites/pub-canvas/
2121
mkdir -p clone_dir/flutterwebsites/pub-canvas/
2222
- name: Build

.github/workflows/build_html.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
submodules: recursive
1313
token: ${{ secrets.PAT }}
14-
- uses: subosito/flutter-action@v2.8.0
14+
- uses: subosito/flutter-action@v2
1515
with:
1616
channel: stable
1717
- name: Clone deployment repo
1818
run: |
19-
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified2/Demo.git" "clone_dir"
19+
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified/Demo.git" "clone_dir"
2020
rm -rf clone_dir/flutterwebsites/pub-html/
2121
mkdir -p clone_dir/flutterwebsites/pub-html/
2222
- name: Build

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
submodules: recursive
1616
token: ${{ secrets.PAT }}
@@ -19,7 +19,7 @@ jobs:
1919
channel: stable
2020
- name: Clone deployment repo
2121
run: |
22-
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified2/Demo.git" "clone_dir"
22+
git clone --single-branch "https://${{ secrets.PAT }}@github.com/rayliverified/Demo.git" "clone_dir"
2323
rm -rf clone_dir/flutterwebsites/pub
2424
mkdir -p clone_dir/flutterwebsites/pub
2525
- name: Build

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The Pub.dev Template is licensed under Zero-Clause BSD and released as Emailware
105105
## Acknowledgements ❤️
106106

107107
**Development:**
108-
* [Ray Li](https://github.com/rayliverified2)
108+
* [Ray Li](https://github.com/rayliverified)
109109

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

0 commit comments

Comments
 (0)