diff --git a/.github/workflows/autogen.yml b/.github/workflows/autogen.yml index a296aec..8bf4d9d 100644 --- a/.github/workflows/autogen.yml +++ b/.github/workflows/autogen.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Run locally - uses: 'DanySK/true-yaml-actions@master' + uses: 'DanySK/true-yaml-actions@1.0.1' with: token: ${{ secrets.WORKFLOW_TOKEN }} diff --git a/README.md b/README.md index ab093f2..f6d2546 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run locally - uses: 'DanySK/true-yaml-actions@master' + uses: 'DanySK/true-yaml-actions@1.0.1' # pick the latest version maybe with: token: ${{ secrets.WORKFLOW_TOKEN }}