diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c7fb75e..16238ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: # This will only publish if the package.json version has changed - name: Check version changes - uses: EndBug/version-check@v2 # More info about the arguments on the action page + uses: EndBug/version-check@v3 # More info about the arguments on the action page id: check # This will be the reference for later with: file-name: ./dim-api-types/package.json