diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 9d1d4ca..b5f8ddb 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -26,7 +26,7 @@ jobs: matrix: python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: diff --git a/.github/workflows/pr_towncrier.yml b/.github/workflows/pr_towncrier.yml index 1ad9b60..f192341 100644 --- a/.github/workflows/pr_towncrier.yml +++ b/.github/workflows/pr_towncrier.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.user.login != 'dependabot[bot]' && github.event.pull_request.user.login != 'pre-commit-ci[bot]' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Ensure towncrier file exists env: PR_NUMBER: ${{ github.event.number }}