summaryrefslogtreecommitdiff
path: root/.github/workflows/nix-flake.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-04 16:57:20 +0000
committerGitHub <noreply@github.com>2023-09-04 16:57:20 +0000
commit72a66aa321d198372e35e032f04c7a41ff9791a1 (patch)
tree880ee20e5527f821cc4699f6353f9c9d0a4ff421 /.github/workflows/nix-flake.yml
parent96cf89749282202ceb2654dd9a0017a3bc014b70 (diff)
downloadledger-72a66aa321d198372e35e032f04c7a41ff9791a1.tar.gz
ledger-72a66aa321d198372e35e032f04c7a41ff9791a1.tar.bz2
ledger-72a66aa321d198372e35e032f04c7a41ff9791a1.zip
chore(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/nix-flake.yml')
-rw-r--r--.github/workflows/nix-flake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix-flake.yml b/.github/workflows/nix-flake.yml
index f4ba7142..ecafb4dc 100644
--- a/.github/workflows/nix-flake.yml
+++ b/.github/workflows/nix-flake.yml
@@ -17,6 +17,6 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Ensure nix flake builds
run: "nix build ."