build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Aug 17, 2024 at 11:38 UTC
48ae2dbbd63f01e2da9500f7cec845626a8a56ed
1 file changed
+1
-1
.github/workflows/ci.yml
+1
-1
@@ -14,6 +14,6 @@ jobs:
14
nix-fmt:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
17
+ - uses: actions/checkout@v4
18
- uses: cachix/install-nix-action@v27
19
- run: nix fmt -- --fail-on-change