diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-14 21:00:37 +0000 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-14 13:02:02 -0800 |
commit | b37b9870f003923a9a384a1cc91aa186dad366b9 (patch) | |
tree | 36d7ca237c132dde9f2e8092d9c2e7a7ea00e2e4 /.github/workflows | |
parent | pre-commit delegates all the work to treefmt (diff) | |
download | world-b37b9870f003923a9a384a1cc91aa186dad366b9.tar.gz |
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>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ff6b10d..f541f1d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: output: - devShell.x86_64-linux steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install Nix |