diff --git a/README.md b/README.md index c162fc8..35e80c7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: - name: Get release id: get_release - uses: bruceadams/get-release@v1.2.3 + uses: bruceadams/get-release@v1.3.0 env: GITHUB_TOKEN: ${{ github.token }} diff --git a/action.yml b/action.yml index 54ee002..032baf8 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ outputs: prerelease: description: 'Whether this release is marked as a pre-release or not' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'tag'