diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-11 07:07:10 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-11 21:15:40 -0400 |
| commit | c67041483bd046c9bf869279e238427bdbf9b9bb (patch) | |
| tree | aa113c2d4ec292ca0c59acaa43eeeec9d957588a /.github/workflows/build.yaml | |
| parent | 48416e7ed6201388511993dfc71a42c132e619b6 (diff) | |
deps(actions): 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] <[email protected]>
Diffstat (limited to '.github/workflows/build.yaml')
| -rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e395ebb..d259a01 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v22 - uses: DeterminateSystems/magic-nix-cache-action@main |
