diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2023-09-07 22:58:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 22:58:39 +0200 |
commit | 4355c4faf157d5ef47b126286aa501742732708d (patch) | |
tree | 9bd88d51dc0149c080da377d0c9221b650ec44eb /.github | |
parent | cc4734d3432ade8df621e49a4e7be96f073d22f4 (diff) | |
parent | 72a66aa321d198372e35e032f04c7a41ff9791a1 (diff) | |
download | fork-ledger-4355c4faf157d5ef47b126286aa501742732708d.tar.gz fork-ledger-4355c4faf157d5ef47b126286aa501742732708d.tar.bz2 fork-ledger-4355c4faf157d5ef47b126286aa501742732708d.zip |
Merge pull request #2287 from ledger/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake.yml | 2 | ||||
-rw-r--r-- | .github/workflows/nix-flake.yml | 2 |
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 f220a864..0d526236 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 ." |