chore(templates/rust-web-server): bump actix-web from 4.13.0 to 4.14.0 in /templates/rust-web-server in the rust-web-server-dependencies group across 1 directory #7357
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Formatting Check | |
| permissions: | |
| contents: read | |
| on: [push, pull_request, workflow_dispatch] | |
| jobs: | |
| checks: | |
| name: Check expressions | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: cachix/install-nix-action@v31 | |
| with: | |
| install_url: https://nixos.org/nix/install | |
| - run: nix build .#checks.x86_64-linux.treefmt |