diff --git a/.github/workflows/cis.yml b/.github/workflows/cis.yml index 4ff5adc2..2b816f63 100644 --- a/.github/workflows/cis.yml +++ b/.github/workflows/cis.yml @@ -20,7 +20,7 @@ jobs: name: Lint code runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6 with: @@ -51,7 +51,7 @@ jobs: - python-version: "3.14" toxenv: py314 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 63733564..97f879c6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: name: Docs building runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow diff --git a/.github/workflows/frameworks.yml b/.github/workflows/frameworks.yml index a80f1bf1..e64b7482 100644 --- a/.github/workflows/frameworks.yml +++ b/.github/workflows/frameworks.yml @@ -24,7 +24,7 @@ jobs: python-version: ["3.11", "3.12", "3.13", "3.14"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d519fbeb..b48498e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Get history and tags for SCM versioning to work run: | git fetch --prune --unshallow