Skip to content

Commit

Permalink
fix: bump minor version #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Dec 31, 2023
1 parent af91dde commit 9b66d8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,7 @@ jobs:
arch: 'x86_64'
desc: 'test package'
post: 'echo post1'
build_requires: 'perl-Git = 2.43.0'
requires: 'git-core = 2.43.0'
- run: |
docker run --rm -v $PWD:/work -t centos:7 bash -c 'rpm -Uvh /work/*.rpm && testbin'
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ outputs:
description: 'File name of resulting .rpm debuginfo file.'
runs:
using: 'docker'
image: 'docker://jiro4989/build-rpm-action:2.4.0'
image: 'docker://jiro4989/build-rpm-action:2.5.0'

# Ref: https://haya14busa.github.io/github-action-brandings/
# TODO: update branding if you want.
Expand Down

0 comments on commit 9b66d8a

Please sign in to comment.