Skip to content

Commit ec9e4ba

Browse files
committed
fix action snippet
- checkout action version changed to v6 (latest) - uses correct url to latest rsmetacheck action version
1 parent 1631dd3 commit ec9e4ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout Code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Run RsMetaCheck
27-
uses: SoftwareUnderstanding/rs-metacheck-action@v1
27+
uses: SoftwareUnderstanding/rs-metacheck-action@0.3.1
2828
with:
2929
# You can pass the repository URL automatically
3030
input: "https://github.com/${{ github.repository }}"

0 commit comments

Comments
 (0)