Skip to content

Commit d66ea1a

Browse files
Bump RSMetaCheck to v0.3.3 for action release v0.3.2
1 parent 4699c85 commit d66ea1a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apt-get update && \
66
rm -rf /var/lib/apt/lists/*
77

88
# Install the RsMetaCheck tool from PyPI
9-
RUN pip install --no-cache-dir rsmetacheck
9+
RUN pip install --no-cache-dir rsmetacheck==0.3.3
1010

1111
# Copies scripts into the container
1212
COPY entrypoint.sh /entrypoint.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6
2525

2626
- name: Run RsMetaCheck
27-
uses: SoftwareUnderstanding/rs-metacheck-action@0.3.1
27+
uses: SoftwareUnderstanding/rs-metacheck-action@0.3.2
2828
# optional arguments
2929
with:
3030
input: https://github.com/$GITHUB_REPOSITORY # if input is omited it will use GITHUB_REPOSITORY url

0 commit comments

Comments
 (0)