diff --git a/.copier-answers.yml b/.copier-answers.yml index a7ee5b0..0cc4e3c 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v0.13.1 +_commit: v0.13.2 _src_path: . copyright_holder: Stephen Kent copyright_holder_email: smkent@smkent.net diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 6501c37..1c1fe51 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -18,7 +18,7 @@ jobs: UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 04112e0..8f468eb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: - '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -75,7 +75,7 @@ jobs: UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -103,7 +103,7 @@ jobs: contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 9f9b63c..e80ccb8 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -23,7 +23,7 @@ jobs: UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3798462..cb69fc6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -48,7 +48,7 @@ jobs: contents: write steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0