Skip to content

Commit f339ba8

Browse files
Bump the actions-monthly group with 2 updates
Bumps the actions-monthly group with 2 updates: [korthout/backport-action](https://github.com/korthout/backport-action) and [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `korthout/backport-action` from 4.5.2 to 4.6.0 - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](korthout/backport-action@6606540...2e830a1) Updates `prefix-dev/setup-pixi` from 0.9.6 to 0.10.0 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@5185adf...a09b624) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-monthly - dependency-name: prefix-dev/setup-pixi dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-monthly ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9f3849 commit f339ba8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "OLD_BRANCH=${OLD_BRANCH}" >> $GITHUB_ENV
4444
4545
- name: Create backport pull requests
46-
uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5.2
46+
uses: korthout/backport-action@2e830a1d0b8269505846ddd407a70876913ad1f8 # v4.6.0
4747
with:
4848
copy_assignees: true
4949
copy_labels_pattern: true
@@ -67,7 +67,7 @@ jobs:
6767
run: echo "BACKPORT_BRANCH=${{ inputs.backport-branch }}" >> $GITHUB_ENV
6868

6969
- name: Create backport pull requests
70-
uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5.2
70+
uses: korthout/backport-action@2e830a1d0b8269505846ddd407a70876913ad1f8 # v4.6.0
7171
with:
7272
copy_assignees: true
7373
copy_labels_pattern: true

.github/workflows/ci-pixi-source-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup pixi
7474
# Pinned to a commit SHA; install logic lives in the action and is
7575
# auditable/pinned (vs. a curl|bash of an unverified installer).
76-
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
76+
uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
7777
with:
7878
pixi-version: ${{ env.PIXI_VERSION }}
7979
run-install: false
@@ -140,7 +140,7 @@ jobs:
140140
- name: Setup pixi
141141
# Pinned to a commit SHA; install logic lives in the action and is
142142
# auditable/pinned (vs. a curl|bash of an unverified installer).
143-
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
143+
uses: prefix-dev/setup-pixi@a09b6247153796b190642a2b53fac4241043cf6f # v0.10.0
144144
with:
145145
pixi-version: ${{ env.PIXI_VERSION }}
146146
run-install: false

0 commit comments

Comments
 (0)