Commit ce8f9d0 1 parent fb4fb2a commit ce8f9d0 Copy full SHA for ce8f9d0
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
version : 9
22
22
23
23
- name : Install Node.js
24
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
24
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
25
25
with :
26
26
node-version : 20
27
27
cache : pnpm
95
95
version : 9
96
96
97
97
- name : Install Node.js
98
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
98
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
99
99
with :
100
100
node-version : 20
101
101
cache : pnpm
@@ -116,7 +116,7 @@ jobs:
116
116
id : diff
117
117
118
118
# If index.js or post.js are different than expected, upload the expected version as an artifact
119
- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
119
+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
120
120
if : ${{ failure() && steps.diff.conclusion == 'failure' }}
121
121
with :
122
122
name : dist
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
- - uses : Quantco/ui-actions/version-metadata@8c5c674fd27fb05a436387a14e98b386e0a01d78 # v1.0.17
16
+ - uses : Quantco/ui-actions/version-metadata@cd71d2a0e30b25569f6d723e57acca83347e58fc # v1.0.18
17
17
id : version-metadata
18
18
with :
19
19
file : ./package.json
24
24
TAG_NAME : v${{ steps.version-metadata.outputs.newVersion }}
25
25
- name : Create release
26
26
if : steps.version-metadata.outputs.changed == 'true'
27
- uses : softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
27
+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
28
28
with :
29
29
generate_release_notes : true
30
30
tag_name : v${{ steps.version-metadata.outputs.newVersion }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ GitHub Action to set up the [pixi](https://github.com/prefix-dev/pixi) package m
25
25
``` yml
26
26
- uses : prefix-dev/setup-pixi@v0.8.1
27
27
with :
28
- pixi-version : v0.40.2
28
+ pixi-version : v0.40.3
29
29
cache : true
30
30
auth-host : prefix.dev
31
31
auth-token : ${{ secrets.PREFIX_DEV_TOKEN }}
You can’t perform that action at this time.
0 commit comments