summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-02-19 07:01:21 +0000
committerGitHub <noreply@github.com>2023-02-19 07:01:21 +0000
commit85b3460be02ade89f57418415d08546f002b03b3 (patch)
tree85de19ed58801c3aa7ca1a773d6b304376aac4f3 /.github/workflows/ci.yml
parent5908e16cd562bcb1909be4de0409c4912a8afc52 (diff)
parent0d91ddc99dc008b8871e221bc2c2002c7e68c6b9 (diff)
downloadpatchelf-85b3460be02ade89f57418415d08546f002b03b3.tar.gz
Merge #458
458: Bump cachix/install-nix-action from 18 to 19 r=Mic92 a=dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c1af233..a62aced 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- - uses: cachix/install-nix-action@v18
+ - uses: cachix/install-nix-action@v19
- run: nix-build -A hydraJobs.release
ubuntu:
runs-on: ubuntu-latest