Skip to content

Commit 72cb99e

Browse files
chore(ci): Update GitHub Actions (major) (#5378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9307164 commit 72cb99e

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/backends-python-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Test the Python bindings
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
with:
3636
submodules: recursive
3737
persist-credentials: false

.github/workflows/backends-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
outputs:
2727
matrix: ${{ steps.set_version.outputs.matrix }}
2828
steps:
29-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3030
with:
3131
persist-credentials: false
3232
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
@@ -65,7 +65,7 @@ jobs:
6565
fail-fast: false
6666
runs-on: ${{ matrix.bins.os }}
6767
steps:
68-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
68+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
6969
with:
7070
persist-credentials: false
7171
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
@@ -152,7 +152,7 @@ jobs:
152152
target: [linux-64, linux-aarch64, linux-ppc64le, win-64, osx-64, osx-arm64]
153153
steps:
154154
- name: Download conda package artifacts for ${{ matrix.target }}
155-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
155+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
156156
with:
157157
pattern: conda-packages-*-${{ matrix.target }}
158158
path: conda-artifacts-${{ matrix.target }}
@@ -168,11 +168,11 @@ jobs:
168168
runs-on: ubuntu-latest
169169
if: ${{ github.event.inputs.push_to_channel == 'true' && github.repository == 'prefix-dev/pixi' }}
170170
steps:
171-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
171+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
172172
with:
173173
persist-credentials: false
174174
- name: Download all conda packages
175-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
175+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
176176
with:
177177
pattern: conda-packages-*
178178
path: conda-packages

.github/workflows/backends-ros.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
env:
2727
TARGET_RELEASE: target/pixi/release
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
with:
3131
submodules: recursive
3232
persist-credentials: false
3333
- uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
3434
with:
3535
manifest-path: pixi-build-backends/backends/pixi-build-ros/pixi.toml
3636
- name: Download pixi binary
37-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
37+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
3838
with:
3939
name: pixi-linux-x86_64-${{ inputs.sha }}
4040
path: ${{ env.TARGET_RELEASE }}
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
TARGET_RELEASE: target/pixi/release
6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v6
7171
with:
7272
persist-credentials: false
7373

@@ -76,7 +76,7 @@ jobs:
7676
manifest-path: pixi-build-backends/backends/pixi-build-ros/pixi.toml
7777

7878
- name: Download pixi binary
79-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
79+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
8080
with:
8181
name: ${{ matrix.artifact }}-${{ inputs.sha }}
8282
path: ${{ env.TARGET_RELEASE }}

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fetch-depth: 0
6161
persist-credentials: false
6262

63-
- uses: step-security/changed-files@95b56dadb92a30ca9036f16423fd3c088a71ee94 # v46
63+
- uses: step-security/changed-files@60967b822d3001fa82242f8d6b4ed46bc3600a68 # v47
6464
id: changed
6565
with:
6666
files_yaml: |
@@ -73,14 +73,14 @@ jobs:
7373
- "!assets/**"
7474
- "!**/*.md"
7575
76-
- uses: step-security/changed-files@95b56dadb92a30ca9036f16423fd3c088a71ee94 # v46
76+
- uses: step-security/changed-files@60967b822d3001fa82242f8d6b4ed46bc3600a68 # v47
7777
id: unix_installer_changed
7878
with:
7979
files_yaml: |
8080
code:
8181
- "install/install.sh"
8282
83-
- uses: step-security/changed-files@95b56dadb92a30ca9036f16423fd3c088a71ee94 # v46
83+
- uses: step-security/changed-files@60967b822d3001fa82242f8d6b4ed46bc3600a68 # v47
8484
id: win_installer_changed
8585
with:
8686
files_yaml: |

0 commit comments

Comments
 (0)