Skip to content

Commit 19d291c

Browse files
committed
Update CI
1 parent 6838da2 commit 19d291c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write # To push a branch
1212
pull-requests: write # To create a PR from that branch
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/main.ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
submodules: recursive
2727

@@ -132,7 +132,7 @@ jobs:
132132

133133
steps:
134134
- name: Checkout repository
135-
uses: actions/checkout@v3
135+
uses: actions/checkout@v4
136136
with:
137137
submodules: recursive
138138

0 commit comments

Comments
 (0)