Skip to content

Commit

Permalink
github-runner: 2.319.0 -> 2.319.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 43064d9)
  • Loading branch information
r-ryantm authored and newAM committed Aug 18, 2024
1 parent f52ad5a commit 5a2e8d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ assert builtins.all (x: builtins.elem x [ "node20" ]) nodeRuntimes;

buildDotnetModule rec {
pname = "github-runner";
version = "2.319.0";
version = "2.319.1";

src = fetchFromGitHub {
owner = "actions";
repo = "runner";
rev = "v${version}";
hash = "sha256-02vIMuaeU5CsdwmJzUdfa6BFKewsKGFsEWKza3CqRtQ=";
hash = "sha256-cXOYW4py2RRJVUKrQBGf6LHNyc1sJ/bMR4hJxtDv3PU=";
leaveDotGit = true;
postFetch = ''
git -C $out rev-parse --short HEAD > $out/.git-revision
Expand Down

0 comments on commit 5a2e8d4

Please sign in to comment.