We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1631dd3 commit ec9e4baCopy full SHA for ec9e4ba
1 file changed
README.md
@@ -21,10 +21,10 @@ jobs:
21
runs-on: ubuntu-latest
22
steps:
23
- name: Checkout Code
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
25
26
- name: Run RsMetaCheck
27
- uses: SoftwareUnderstanding/rs-metacheck-action@v1
+ uses: SoftwareUnderstanding/rs-metacheck-action@0.3.1
28
with:
29
# You can pass the repository URL automatically
30
input: "https://github.com/${{ github.repository }}"
0 commit comments