Skip to content

Commit f9133dd

Browse files
committed
Fix JIRA library version
1 parent 4a52f5d commit f9133dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ADD . /app
33
WORKDIR /app
44

55
# We are installing a dependency here directly into our app source dir
6-
RUN pip install --target=/app pygithub==1.54.1 jira github-action-utils==1.1.0
6+
RUN pip install --target=/app pygithub==1.54.1 jira==3.0.1 github-action-utils==1.1.0
77

88
# A distroless container image with Python and some basics like SSL certificates
99
# https://github.com/GoogleContainerTools/distroless

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ outputs:
1818
description: "Changelog output"
1919
runs:
2020
using: "docker"
21-
image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.3"
21+
image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.4"

0 commit comments

Comments
 (0)