From ba95df5102aabba4b250bce19bad24012b4631f7 Mon Sep 17 00:00:00 2001 From: Lucian Daniel Crisan Date: Sun, 2 Jul 2023 22:43:07 +0200 Subject: [PATCH] Update create-release.yml fix generic versions for actions --- .github/workflows/create-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 044278a..1f57226 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -10,8 +10,8 @@ jobs: name: Publish to npm runs-on: ubuntu-latest steps: - - uses: actions/checkout@3.5.3 - - uses: actions/setup-node@v3.4.1 + - uses: actions/checkout@v3 + - uses: action/setup-node@v3 with: node-version: '18' cache: 'npm' @@ -29,7 +29,7 @@ jobs: needs: publish steps: - name: Checkout code - uses: actions/setup-node@v3.4.1 + uses: action/setup-node@v3 - name: Create Release run: gh release create ${{ github.ref }} --generate-notes env: