File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4949 CMAKE_BUILD_PARALLEL_LEVEL : 1
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v5
52+ uses : actions/checkout@v6
5353
5454 - name : Setup pixi
5555 uses : prefix-dev/setup-pixi@v0.9.3
Original file line number Diff line number Diff line change 4444 runs-on : macos-latest
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v5
47+ uses : actions/checkout@v6
4848
4949 - name : Ensure pixi home exists
5050 run : mkdir -p "${HOME}/.pixi/bin"
9595 # Run Debug builds on every push/PR so regressions are caught before landing on main
9696 steps :
9797 - name : Checkout
98- uses : actions/checkout@v5
98+ uses : actions/checkout@v6
9999
100100 - name : Ensure pixi home exists
101101 run : mkdir -p "${HOME}/.pixi/bin"
Original file line number Diff line number Diff line change 4949 fail-fast : false
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v5
52+ uses : actions/checkout@v6
5353
5454 - name : Remove stale pixi binary
5555 run : rm -f "$HOME/.pixi/bin/pixi"
@@ -108,7 +108,7 @@ jobs:
108108 DART_PARALLEL_JOBS : 8
109109 steps :
110110 - name : Checkout
111- uses : actions/checkout@v5
111+ uses : actions/checkout@v6
112112
113113 - name : Remove preinstalled pixi (if any)
114114 run : rm -f "$HOME/.pixi/bin/pixi"
@@ -171,7 +171,7 @@ jobs:
171171 # Run Debug builds on every push/PR so regressions are caught before landing on main
172172 steps :
173173 - name : Checkout
174- uses : actions/checkout@v5
174+ uses : actions/checkout@v6
175175
176176 - name : Remove preinstalled pixi (if any)
177177 run : rm -f "$HOME/.pixi/bin/pixi"
Original file line number Diff line number Diff line change 4848 build_type : ["Release"] # TODO: Add Debug
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@v5
51+ uses : actions/checkout@v6
5252
5353 - name : Setup pixi
5454 uses : prefix-dev/setup-pixi@v0.9.3
Original file line number Diff line number Diff line change 6161 gui : " ON"
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@v5
64+ uses : actions/checkout@v6
6565
6666 - name : Setup pixi
6767 uses : prefix-dev/setup-pixi@v0.9.3
Original file line number Diff line number Diff line change 7373 skip-on-commit : true
7474 # Windows builds temporarily disabled
7575 steps :
76- - uses : actions/checkout@v5
76+ - uses : actions/checkout@v6
7777 if : (matrix.skip-on-commit != true) || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v')
7878
7979 - name : Prepare pixi home
Original file line number Diff line number Diff line change 2121 matrix :
2222 base : [main, release-6.16]
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 with :
2626 ref : ${{ matrix.base }}
2727 - name : Set up pixi
You can’t perform that action at this time.
0 commit comments