Skip to content

Commit 41fedfb

Browse files
chore(deps): bump actions/checkout from 4 to 5 (#2351)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7846b38 commit 41fedfb

10 files changed

+19
-19
lines changed

.github/workflows/beta_version_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: "Git Checkout"
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/check_db_entities.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: 📥 Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020

.github/workflows/distribute_external.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
6363

6464
- name: "Git Checkout"
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@v5
6666
with:
6767
fetch-depth: 0
6868

@@ -100,7 +100,7 @@ jobs:
100100
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
101101

102102
- name: "Git Checkout"
103-
uses: actions/checkout@v4
103+
uses: actions/checkout@v5
104104
with:
105105
fetch-depth: 0
106106

.github/workflows/distribute_internal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
6565

6666
- name: "Git Checkout"
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868
with:
6969
fetch-depth: 0
7070

@@ -108,7 +108,7 @@ jobs:
108108
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
109109

110110
- name: "Git Checkout"
111-
uses: actions/checkout@v4
111+
uses: actions/checkout@v5
112112
with:
113113
fetch-depth: 0
114114

.github/workflows/legacy_version_analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: "Git Checkout"
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
with:
4040
fetch-depth: 0
4141

.github/workflows/pana.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: 📚 Git Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
- name: 📊 Verify Pana Score
2222
uses: ./.github/actions/pana
2323
with:
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: 📚 Git Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
- name: 📊 Verify Pana Score
3333
uses: ./.github/actions/pana
3434
with:
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: 📚 Git Checkout
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
- name: 📊 Verify Pana Score
4444
uses: ./.github/actions/pana
4545
with:
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: 📚 Git Checkout
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v5
5454
- name: 📊 Verify Pana Score
5555
uses: ./.github/actions/pana
5656
with:
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: 📚 Git Checkout
64-
uses: actions/checkout@v4
64+
uses: actions/checkout@v5
6565
- name: 📊 Verify Pana Score
6666
uses: ./.github/actions/pana
6767
with:

.github/workflows/release_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: 📚 Checkout branch
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
token: ${{ secrets.BOT_GITHUB_API_TOKEN }}

.github/workflows/release_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: 📚 Checkout branch
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424
token: ${{ secrets.BOT_GITHUB_API_TOKEN }}

.github/workflows/stream_flutter_workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: "Git Checkout"
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
fetch-depth: 0
3535
- name: "Install Flutter"
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 15
5959
steps:
6060
- name: "Git Checkout"
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262
with:
6363
fetch-depth: 0
6464
- name: "Install Flutter"
@@ -85,7 +85,7 @@ jobs:
8585
timeout-minutes: 30
8686
steps:
8787
- name: "Git Checkout"
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v5
8989
with:
9090
fetch-depth: 0
9191
- name: "Install Flutter"
@@ -159,7 +159,7 @@ jobs:
159159

160160
steps:
161161
- name: "Git Checkout"
162-
uses: actions/checkout@v4
162+
uses: actions/checkout@v5
163163
with:
164164
fetch-depth: 0
165165
- name: "Install Flutter"

.github/workflows/update_goldens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: 📚 Checkout branch
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
with:
1212
ssh-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
1313

0 commit comments

Comments
 (0)