Skip to content

Commit 95711eb

Browse files
committed
chore(deps): update actions/checkout action to v4
1 parent fbd9744 commit 95711eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v3
1111
with:
1212
node-version: 18

.github/workflows/vue-2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v3
1111
with:
1212
node-version: 18

0 commit comments

Comments
 (0)