Unverified Commit 758b78dd authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

Merge pull request #333253 from azahi/github-runner-23190

github-runner: 2.317.0 -> 2.319.0
parents 7de3f81f f3903d65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@ assert builtins.all (x: builtins.elem x [ "node20" ]) nodeRuntimes;

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

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

File changed.

Preview size limit exceeded, changes collapsed.