about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-01 22:52:54 +0200
committerGitHub <noreply@github.com>2024-05-01 22:52:54 +0200
commit586d7446ec801f1b24c34f3ddadad9bf7ef8d8f1 (patch)
tree64dbb7e3984b2248110d9a13f4c9eeda9fb2e623 /pkgs
parent9580a22e28254f86922d15e7a779294aa3f640c8 (diff)
parent535665044a867d63f9c7ed000a7a6fded9be8052 (diff)
Merge pull request #308299 from flurie/github-runner-2.316
github-runner: 2.315.0 -> 2.316.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/continuous-integration/github-runner/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/continuous-integration/github-runner/default.nix b/pkgs/development/tools/continuous-integration/github-runner/default.nix
index 34aaf68bb0ff3..f219438d134dc 100644
--- a/pkgs/development/tools/continuous-integration/github-runner/default.nix
+++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix
@@ -22,13 +22,13 @@ assert builtins.all (x: builtins.elem x [ "node20" ]) nodeRuntimes;
 
 buildDotnetModule rec {
   pname = "github-runner";
-  version = "2.315.0";
+  version = "2.316.0";
 
   src = fetchFromGitHub {
     owner = "actions";
     repo = "runner";
     rev = "v${version}";
-    hash = "sha256-kKfwLZYV4uEkHt82YWNtDehbspgnH8heckVU5aA/YiY=";
+    hash = "sha256-LoXVe4ZuVIFoqz+N8WK950Wm8zssCoKVj6HSkPvDFYU=";
     leaveDotGit = true;
     postFetch = ''
       git -C $out rev-parse --short HEAD > $out/.git-revision