Skip to content

Commit

Permalink
docs: pick a stable version for the action
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Nov 16, 2023
1 parent e300678 commit 8c2cf40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 8c2cf40

Please sign in to comment.