Commit 6bfb8b7 1 parent 2b0dd8c commit 6bfb8b7 Copy full SHA for 6bfb8b7
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 76
76
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
77
77
78
78
- name : Create pull request
79
- uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
79
+ uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
80
80
if : failure() && github.ref_name == 'main'
81
81
with :
82
82
token : ${{ secrets.GITHUB_TOKEN }}
@@ -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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
119
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.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@a0653e9fc0ee3c4be9f7cc88e509e40536e9f3c1 # v1.0.15
16
+ - uses : Quantco/ui-actions/version-metadata@8c5c674fd27fb05a436387a14e98b386e0a01d78 # v1.0.17
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@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1 .0
27
+ uses : softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2 .0
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.39.2
28
+ pixi-version : v0.39.4
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