diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c8bb1f4..a290382 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: name: "Build @ ${{ matrix.python-version }}" steps: - name: "Checkout Repository" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -73,7 +73,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/coverage_and_lint.yaml b/.github/workflows/coverage_and_lint.yaml index 52d49f1..1ba3f05 100644 --- a/.github/workflows/coverage_and_lint.yaml +++ b/.github/workflows/coverage_and_lint.yaml @@ -20,7 +20,7 @@ jobs: name: "Type Coverage and Linting @ ${{ matrix.python-version }}" steps: - name: "Checkout Repository" - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0