Skip to content

Commit

Permalink
Update version-check action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed May 4, 2024
1 parent c2cd78d commit 35e40c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- id: check
uses: EndBug/version-check@v1
uses: EndBug/version-check@v2.1.0
with:
diff-search: true
- name: Set up Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-lts.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- id: check
uses: EndBug/version-check@v1
uses: EndBug/version-check@v2.1.0
with:
diff-search: true
- name: Set up Node
Expand Down

0 comments on commit 35e40c7

Please sign in to comment.