Skip to content

Commit a677500

Browse files
authored
Merge pull request #2 from repo2wasm/dependabot/github_actions/dependencies-74a384e1b8
Bump the dependencies group across 1 directory with 2 updates
2 parents 3a70ec4 + 39bc249 commit a677500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
steps:
2828
- uses: actions/checkout@v5
2929
- name: Install pixi
30-
uses: prefix-dev/setup-pixi@v0.9.1
30+
uses: prefix-dev/setup-pixi@v0.9.2
3131
with:
3232
pixi-version: v0.56.0
3333
cache: false
@@ -56,7 +56,7 @@ runs:
5656
pixi run repo2wasm $REPO2WASM_FORGIVING --ide "${{ inputs.ide }}" --output-dir "${{ inputs.output }}" "${{ inputs.input }}"
5757
- name: Upload artifact to GitHub
5858
if: inputs.pages
59-
uses: actions/upload-pages-artifact@v3
59+
uses: actions/upload-pages-artifact@v4
6060
with:
6161
path: ${{ inputs.output }}
6262
- name: Publish GitHub pages

0 commit comments

Comments
 (0)