diff options
-rw-r--r-- | .github/workflows/yoe.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yoe.yml b/.github/workflows/yoe.yml index 79398a7..c26aa3c 100644 --- a/.github/workflows/yoe.yml +++ b/.github/workflows/yoe.yml | |||
@@ -19,7 +19,7 @@ jobs: | |||
19 | id: repo-name | 19 | id: repo-name |
20 | run: echo "value=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT | 20 | run: echo "value=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT |
21 | - name: Checkout | 21 | - name: Checkout |
22 | uses: actions/checkout@v3 | 22 | uses: actions/checkout@v4 |
23 | with: | 23 | with: |
24 | fetch-depth: 0 | 24 | fetch-depth: 0 |
25 | submodules: recursive | 25 | submodules: recursive |