summaryrefslogtreecommitdiff
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
parent96cf89749282202ceb2654dd9a0017a3bc014b70 (diff)
downloadfork-ledger-72a66aa321d198372e35e032f04c7a41ff9791a1.tar.gz
fork-ledger-72a66aa321d198372e35e032f04c7a41ff9791a1.tar.bz2
fork-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>
-rw-r--r--.github/workflows/cmake.yml2
-rw-r--r--.github/workflows/nix-flake.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 864ddc15..62674d77 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -31,7 +31,7 @@ jobs:
cmake_args: -DUSE_PYTHON=ON -DUSE_GPGME=ON
}
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
name: Check out repository code
- if: runner.os == 'Linux'
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 ."