diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7650944..4fca450 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0 @@ -36,7 +36,7 @@ jobs: if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0