|
33 | 33 | runs-on: ${{ fromJSON(inputs.runner) }}
|
34 | 34 | steps:
|
35 | 35 | - name: 'Post initial package status comment'
|
36 |
| - uses: marocchino/[email protected].3 |
| 36 | + uses: marocchino/[email protected].4 |
37 | 37 | with:
|
38 | 38 | recreate: true
|
39 | 39 | message: |
|
|
56 | 56 | nix-gitlab-token: ${{ secrets.NIX_GITLAB_TOKEN }}
|
57 | 57 | nix-gitlab-domain: ${{ vars.NIX_GITLAB_DOMAIN }}
|
58 | 58 |
|
59 |
| - - uses: actions/checkout@v4 |
| 59 | + - uses: actions/checkout@v5 |
60 | 60 |
|
61 | 61 | - name: Generate Matrix for Matrix
|
62 | 62 | id: generate-matrix
|
|
86 | 86 | nix-gitlab-token: ${{ secrets.NIX_GITLAB_TOKEN }}
|
87 | 87 | nix-gitlab-domain: ${{ vars.NIX_GITLAB_DOMAIN }}
|
88 | 88 |
|
89 |
| - - uses: actions/checkout@v4 |
| 89 | + - uses: actions/checkout@v5 |
90 | 90 |
|
91 | 91 | - name: Generate CI Matrix
|
92 | 92 | id: generate-matrix
|
@@ -115,7 +115,7 @@ jobs:
|
115 | 115 | matrix: ${{ steps.matrix.outputs.matrix }}
|
116 | 116 | fullMatrix: ${{ steps.matrix.outputs.fullMatrix }}
|
117 | 117 | steps:
|
118 |
| - - uses: actions/download-artifact@v4 |
| 118 | + - uses: actions/download-artifact@v5 |
119 | 119 | - name: Merge matrices
|
120 | 120 | run: |
|
121 | 121 | # Check if jq is installed
|
@@ -177,7 +177,7 @@ jobs:
|
177 | 177 | continue-on-error: ${{ matrix.allowedToFail }}
|
178 | 178 |
|
179 | 179 | steps:
|
180 |
| - - uses: actions/checkout@v4 |
| 180 | + - uses: actions/checkout@v5 |
181 | 181 |
|
182 | 182 | - name: Install Nix
|
183 | 183 | uses: metacraft-labs/nixos-modules/.github/install-nix@main
|
@@ -225,7 +225,7 @@ jobs:
|
225 | 225 | && contains(needs.*.result, 'failure')
|
226 | 226 | || contains(needs.*.result, 'cancelled')
|
227 | 227 |
|
228 |
| - - uses: actions/checkout@v4 |
| 228 | + - uses: actions/checkout@v5 |
229 | 229 | if: inputs.run-cachix-deploy
|
230 | 230 |
|
231 | 231 | - name: Deploy
|
|
0 commit comments