diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a2722e..8a3e43e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: outputs: artifacts-location: ${{ steps.build.outputs.artifacts-location }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v7 with: fetch-depth: 0