File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 matrix : ${{ steps.build-matrix.outputs.matrix }}
3737 has-updates : ${{ steps.build-matrix.outputs.has-updates }}
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - name : Setup Nix
4141 uses : cachix/install-nix-action@v31
4242 - name : Build update matrix
6565 app-id : ${{ secrets.APP_ID }}
6666 private-key : ${{ secrets.APP_PRIVATE_KEY }}
6767 - name : Checkout repository
68- uses : actions/checkout@v4
68+ uses : actions/checkout@v5
6969 with :
7070 token : ${{ steps.app-token.outputs.token }}
7171 - name : Setup Nix
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Install Nix
1919 uses : cachix/install-nix-action@v30
You can’t perform that action at this time.
0 commit comments