Skip to content

Commit f88a21a

Browse files
chore(deps): update actions/checkout action to v5 (#194)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 024abd7 commit f88a21a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/deploy.yml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Setup Node Environment
2525
uses: ./.github/actions/setup-node

.github/workflows/lint.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

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Setup Node Environment
2020
uses: ./.github/actions/setup-node

.github/workflows/noneflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929

3030
- name: Checkout Code
3131
if: contains(github.event.issue.labels.*.name, 'Config')
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
token: ${{ steps.generate-token.outputs.token }}
3535

3636
- name: Checkout Code
3737
if: contains(github.event.issue.labels.*.name, 'Remove')
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
with:
4040
token: ${{ steps.generate-token.outputs.token }}
4141
repository: nonebot/nonebot2

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828

.github/workflows/store-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: NoneBot2 plugin test
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
repository: nonebot/noneflow
3636
fetch-depth: 0
@@ -75,7 +75,7 @@ jobs:
7575
contents: write
7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@v4
78+
uses: actions/checkout@v5
7979
with:
8080
ref: results
8181

@@ -103,7 +103,7 @@ jobs:
103103
statuses: write
104104
steps:
105105
- name: Checkout
106-
uses: actions/checkout@v4
106+
uses: actions/checkout@v5
107107
with:
108108
ref: main
109109

0 commit comments

Comments
 (0)