We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9504642 commit f70b55aCopy full SHA for f70b55a
.github/workflows/docs.yml
@@ -21,7 +21,7 @@ jobs:
21
echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
22
23
- name: Check out repository code
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
with:
26
fetch-depth: 0
27
.github/workflows/workflow.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
steps:
32
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
33
34
- name: Set Environment
35
run: ./.github/scripts/set-environment.sh
0 commit comments