Skip to content

Commit

Permalink
github-runner: 2.309.0 -> 2.310.2
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Oct 11, 2023
1 parent f6a82cc commit 3e87613
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ assert builtins.all (x: builtins.elem x [ "node16" "node20" ]) nodeRuntimes;

buildDotnetModule rec {
pname = "github-runner";
version = "2.309.0";
version = "2.310.2";

src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-P70kNcd5TjWsHj16y11SEYROGG+JUkpwE9eVpHzvTes=";
hash = "sha256-cOHA4VjccIJmCgCxRrBFzBFnh4SGQ3LpcTvtGuogHQU=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse --short HEAD > $out/.git-revision
Expand Down
Loading

0 comments on commit 3e87613

Please sign in to comment.