We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6838da2 commit 19d291cCopy full SHA for 19d291c
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
contents: write # To push a branch
12
pull-requests: write # To create a PR from that branch
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
.github/workflows/main.ci.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Checkout repository
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
submodules: recursive
27
@@ -132,7 +132,7 @@ jobs:
132
133
134
135
136
137
138
0 commit comments