Skip to content

Commit 3cd6c51

Browse files
authored
ci: update deploy workflow to use actions/checkout@v4 (#223)
chore: update deploy workflow to use actions/checkout@v4
1 parent 8f6ca80 commit 3cd6c51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
---
2-
name: 'deploy'
1+
name: deploy
32

43
on:
54
push:
@@ -11,7 +10,7 @@ jobs:
1110
runs-on: ubuntu-latest
1211
steps:
1312
- name: Cloning repo
14-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1514
with:
1615
fetch-depth: 0
1716

0 commit comments

Comments
 (0)