diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4c8b8f..ec1e9eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: id-token: write # Needed if using OIDC to get release secrets. steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5