diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e80cc7..6348558 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,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