diff --git a/ruby3.2-sigdump.yaml b/ruby3.2-sigdump.yaml index 02772b65e1e..03474d1bb47 100644 --- a/ruby3.2-sigdump.yaml +++ b/ruby3.2-sigdump.yaml @@ -1,7 +1,7 @@ package: name: ruby3.2-sigdump - version: 0.2.4 - epoch: 2 + version: 0.2.5 + epoch: 0 description: Setup signal handler which dumps backtrace of running threads and number of allocated objects per class. Require 'sigdump/setup', send SIGCONT, and see /tmp/sigdump-<pid>.log. copyright: - license: MIT @@ -28,7 +28,7 @@ pipeline: - uses: git-checkout with: destination: ${{vars.gem}} - expected-commit: 57570f04456560512e4efc1c6fa695b76c17dc0d + expected-commit: 5be55405d18b43e70f30fb397376014a88d4b8fd repository: https://github.com/frsyuki/sigdump.git tag: v${{package.version}}