Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#2)
Browse files Browse the repository at this point in the history
Bump https://github.com/actions/checkout from 3 to 4.

References:

- https://github.com/actions/checkout/blob/main/CHANGELOG.md
- actions/checkout@v3...v4
- https://github.com/actions/checkout/releases

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 43bc7dd commit dfff55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix_flake_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
nix-flake-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v9
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix flake check

0 comments on commit dfff55d

Please sign in to comment.