From a31f8edf43713c63b7fe1fa4157527be61bb9099 Mon Sep 17 00:00:00 2001 From: pavelzw <29506042+pavelzw@users.noreply.github.com> Date: Fri, 28 Aug 2026 09:09:11 +0000 Subject: [PATCH] Auto-update gh-actions --- template/.github/workflows/build.yml | 2 +- template/.github/workflows/ci.yml.jinja | 4 ++-- ...if add_autobump_workflow %}update-lockfiles.yml{% endif %} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/template/.github/workflows/build.yml b/template/.github/workflows/build.yml index 4151a72..a941897 100644 --- a/template/.github/workflows/build.yml +++ b/template/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: Set up pixi - uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1 + uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e # v0.10.2 - name: Derive version id: version if: startsWith(github.ref, 'refs/tags/') diff --git a/template/.github/workflows/ci.yml.jinja b/template/.github/workflows/ci.yml.jinja index 573fd4f..3a0e58a 100644 --- a/template/.github/workflows/ci.yml.jinja +++ b/template/.github/workflows/ci.yml.jinja @@ -23,7 +23,7 @@ jobs: - name: Check out branch uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up pixi - uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1 + uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e # v0.10.2 - name: Run linting run: pixi run lint env: @@ -52,7 +52,7 @@ jobs: with: fetch-depth: 0 - name: Set up pixi - uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1 + uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e # v0.10.2 with: environments: ${{ matrix.environment }} - name: Run pytest diff --git a/template/.github/workflows/{% if add_autobump_workflow %}update-lockfiles.yml{% endif %} b/template/.github/workflows/{% if add_autobump_workflow %}update-lockfiles.yml{% endif %} index 5ab9848..ea678ca 100644 --- a/template/.github/workflows/{% if add_autobump_workflow %}update-lockfiles.yml{% endif %} +++ b/template/.github/workflows/{% if add_autobump_workflow %}update-lockfiles.yml{% endif %} @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up pixi - uses: prefix-dev/setup-pixi@f00437f565399d418b0acc85936d12c1fb668347 # v0.10.1 + uses: prefix-dev/setup-pixi@d3f436a425481402e6a95a1d1fc10331c708cd9e # v0.10.2 with: run-install: false - name: Update lockfiles