From c4627bf8cfb98a8add70bd71361a5d87e16eb4be Mon Sep 17 00:00:00 2001 From: pavelzw <29506042+pavelzw@users.noreply.github.com> Date: Wed, 19 Mar 2025 06:04:48 +0000 Subject: [PATCH] Auto-update gh-actions --- template/.github/workflows/build.yml | 2 +- ...% if add_autobump_workflow %}update-lockfiles.yml{% endif %} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/workflows/build.yml b/template/.github/workflows/build.yml index 6657128..e391e91 100644 --- a/template/.github/workflows/build.yml +++ b/template/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: id-token: write environment: pypi steps: - - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9 + - uses: actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0 with: name: artifact path: dist 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 4f31e99..3021ebf 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 %} @@ -21,7 +21,7 @@ jobs: run: | pixi update --json --no-install | pixi exec pixi-diff-to-markdown >> diff.md - name: Create pull request - uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update pixi lockfile