diff --git a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/ci.yaml.jinja b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/ci.yaml.jinja index ae99844..a2a78b6 100644 --- a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/ci.yaml.jinja +++ b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/ci.yaml.jinja @@ -26,7 +26,7 @@ jobs: {%- endcall %} steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 @@ -69,7 +69,7 @@ jobs: UV_PYTHON: '{{ py.latest() }}' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -98,7 +98,7 @@ jobs: contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/release.yaml.jinja b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/release.yaml.jinja index d6679f2..14b39cf 100644 --- a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/release.yaml.jinja +++ b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/release.yaml.jinja @@ -14,7 +14,7 @@ jobs: UV_PYTHON: '{{ py.latest() }}' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -49,7 +49,7 @@ jobs: contents: write steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if enable_container %}container.yaml{% endif %}.jinja b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if enable_container %}container.yaml{% endif %}.jinja index 7b9f90d..e3364e9 100644 --- a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if enable_container %}container.yaml{% endif %}.jinja +++ b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if enable_container %}container.yaml{% endif %}.jinja @@ -19,7 +19,7 @@ jobs: id-token: write steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🛠️ Set up buildx uses: docker/setup-buildx-action@v3 diff --git a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if enable_docs %}docs.yaml{% endif %}.jinja b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if enable_docs %}docs.yaml{% endif %}.jinja index 2850686..ef6d964 100644 --- a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if enable_docs %}docs.yaml{% endif %}.jinja +++ b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if enable_docs %}docs.yaml{% endif %}.jinja @@ -24,7 +24,7 @@ jobs: UV_PYTHON: '{{ py.latest() }}' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if project_visibility == 'public' %}audit.yaml{% endif %}.jinja b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if project_visibility == 'public' %}audit.yaml{% endif %}.jinja index 0f8fc73..21dab56 100644 --- a/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if project_visibility == 'public' %}audit.yaml{% endif %}.jinja +++ b/template/{% if project_visibility == 'public' %}.github{% endif %}/workflows/{% if project_visibility == 'public' %}audit.yaml{% endif %}.jinja @@ -19,7 +19,7 @@ jobs: UV_PYTHON: '{{ py.latest() }}' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 diff --git a/tests/template/__snapshots__/test_workflows.ambr b/tests/template/__snapshots__/test_workflows.ambr index 8109595..6a59eb7 100644 --- a/tests/template/__snapshots__/test_workflows.ambr +++ b/tests/template/__snapshots__/test_workflows.ambr @@ -30,7 +30,7 @@ - '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 @@ -71,7 +71,7 @@ UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -99,7 +99,7 @@ contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -141,7 +141,7 @@ - '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 @@ -170,7 +170,7 @@ UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -198,7 +198,7 @@ contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -240,7 +240,7 @@ - '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 @@ -282,7 +282,7 @@ contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -324,7 +324,7 @@ - '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 @@ -354,7 +354,7 @@ contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -394,7 +394,7 @@ - '3.12' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 @@ -435,7 +435,7 @@ UV_PYTHON: '3.12' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -463,7 +463,7 @@ contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -501,7 +501,7 @@ - '3.12' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 @@ -542,7 +542,7 @@ UV_PYTHON: '3.12' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -570,7 +570,7 @@ contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -612,7 +612,7 @@ - '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 @@ -653,7 +653,7 @@ UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -681,7 +681,7 @@ contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -721,7 +721,7 @@ - '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 @@ -762,7 +762,7 @@ UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -790,7 +790,7 @@ contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -832,7 +832,7 @@ - '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 @@ -873,7 +873,7 @@ UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -901,7 +901,7 @@ contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -941,7 +941,7 @@ - '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📦 Restore uv cache uses: actions/cache@v6 @@ -982,7 +982,7 @@ UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -1010,7 +1010,7 @@ contents: read steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -1038,7 +1038,7 @@ UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -1073,7 +1073,7 @@ contents: write steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -1107,7 +1107,7 @@ UV_PYTHON: '3.14' steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -1142,7 +1142,7 @@ contents: write steps: - name: 💾 Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0