From 2877c6452aaade78b84de296d20dd67c52c17b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20St=C3=BChrk?= Date: Fri, 8 Nov 2024 17:38:37 +0100 Subject: [PATCH] Bump version to 5 (#52) --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40b0fd4..cef728a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: runs-on: self-hosted steps: - uses: actions/checkout@v4 - - uses: yaxitech/nix-install-pkgs-action@v4 + - uses: yaxitech/nix-install-pkgs-action@v5 with: packages: "nixpkgs#hello, figlet" - run: | @@ -76,7 +76,7 @@ jobs: runs-on: self-hosted steps: - uses: actions/checkout@v4 - - uses: yaxitech/nix-install-pkgs-action@v4 + - uses: yaxitech/nix-install-pkgs-action@v5 with: expr: 'pkgs.python3.withPackages(ps: with ps; [toml pyyaml])' inputs-from: 'github:yaxitech/ragenix' diff --git a/package.json b/package.json index 3ed0dc0..5b2fe46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nix-install-pkgs-action", "private": true, - "version": "4.0.0", + "version": "5.0.0", "description": "Install flake packages using an ephemeral Nix profile", "main": "index.js", "scripts": {