diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index a1ca9c0..178e21f 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -12,7 +12,7 @@ jobs: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build distribution run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7acebc..d2471ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: src