File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 66 nix_fmt :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 - uses : boinkor-net/ci-baseline-nix/actions/setup@main
1111 with :
1212 tailnet_client_id : ${{ secrets.TAILSCALE_CI_CLIENT_ID }}
2323 nix_flake_safety :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : boinkor-net/ci-baseline-nix/actions/setup@main
2828 with :
2929 tailnet_client_id : ${{ secrets.TAILSCALE_CI_CLIENT_ID }}
4040 nix_test :
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - uses : boinkor-net/ci-baseline-nix/actions/setup@main
4545 with :
4646 tailnet_client_id : ${{ secrets.TAILSCALE_CI_CLIENT_ID }}
6060 derivation : [""]
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v5
6464 - uses : boinkor-net/ci-baseline-nix/actions/setup@main
6565 with :
6666 tailnet_client_id : ${{ secrets.TAILSCALE_CI_CLIENT_ID }}
Original file line number Diff line number Diff line change 1111 cargo_test_args : [""]
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : boinkor-net/ci-baseline-rust/actions/test@main
1616 with :
1717 rust_toolchain : ${{matrix.rust_toolchain}}
2222 rust_fmt :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - uses : boinkor-net/ci-baseline-rust/actions/fmt@main
2727 with :
2828 rust_toolchain : stable
3131 clippy :
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v5
3535 - uses : boinkor-net/ci-baseline-rust/actions/clippy@main
3636 with :
3737 manifest_dir : .
4040 cargo_deny :
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - uses : boinkor-net/ci-baseline-rust/actions/cargo_deny@main
4545 with :
4646 manifest_dir : .
Original file line number Diff line number Diff line change 2222 private_key : ${{ secrets.PR_FIXUP_APP_PRIVATE_KEY }}
2323 permissions : >-
2424 {"contents": "write"}
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 fetch-depth : 0
2828 token : ${{steps.generate_token.outputs.token}}
3939 working-directory : " ."
4040
4141 - name : Push changes to ${{github.base_ref}}
42- uses : stefanzweifel/git-auto-commit-action@v5
42+ uses : stefanzweifel/git-auto-commit-action@v6
4343 with :
4444 commit_message : " Update gomod SRI hash"
4545 file_pattern : " *.sri"
Original file line number Diff line number Diff line change 1111 contents : write
1212 pull-requests : write
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : boinkor-net/ci-baseline-nix/actions/setup@main
1616 with :
1717 tailnet_client_id : ${{ secrets.TAILSCALE_CI_CLIENT_ID }}
You can’t perform that action at this time.
0 commit comments