Skip to content

Commit 13d4c05

Browse files
authoredMar 1, 2025··
Bump the dependencies group with 3 updates (#20)
1 parent f4ae138 commit 13d4c05

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout branch
1313
uses: actions/checkout@v4
1414
- name: Set up pixi
15-
uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659
15+
uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d
1616
- name: pre-commit
1717
run: pixi run pre-commit-run --color=always --show-diff-on-failure
1818

@@ -22,13 +22,13 @@ jobs:
2222
- name: Checkout branch
2323
uses: actions/checkout@v4
2424
- name: Set up pixi
25-
uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659
25+
uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d
2626
- name: Use local package
2727
run: |
2828
sed -i 's/#import .*/#import "..\/lib.typ": */' template/cv.typ
2929
- name: compile
3030
run: pixi run compile
31-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
31+
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3232
with:
3333
path: template/cv.pdf
3434
if-no-files-found: error

‎.github/workflows/update-lockfiles.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1717
- name: Set up pixi
18-
uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1
18+
uses: prefix-dev/setup-pixi@92815284c57faa15cd896c4d5cfb2d59f32dc43d # v0.8.3
1919
with:
2020
run-install: false
2121
- name: Update lockfiles
2222
run: |
2323
set -euo pipefail
2424
pixi update --json --no-install | pixi exec pixi-diff-to-markdown >> diff.md
2525
- name: Create pull request
26-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
26+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
commit-message: Update pixi lockfile

0 commit comments

Comments
 (0)
Please sign in to comment.