We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f795081 + 4103327 commit f4e1b70Copy full SHA for f4e1b70
.github/workflows/format-code.yml
@@ -9,7 +9,7 @@ jobs:
9
10
steps:
11
- name: Checkout code
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
with:
14
ref: ${{ github.head_ref }}
15
.github/workflows/run-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Checkout repository
30
31
32
fetch-depth: 1
33
0 commit comments