Skip to content

Commit e759b24

Browse files
authored
chore(deps): update actions/checkout action to v5 (#2120)
1 parent 4863962 commit e759b24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: pnpm/action-setup@v4
1313
- uses: actions/setup-node@v4
1414
with:

guide/static-deploy-github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
- name: Set up Node
3838
uses: actions/setup-node@v4
3939
with:

0 commit comments

Comments
 (0)