From bd34a88039848ac6069bbcc65a876661724074fe Mon Sep 17 00:00:00 2001 From: Bassem Dghaidi <568794+Link-@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:15:48 +0200 Subject: [PATCH] Upgrade action versions --- .github/workflows/push-npm.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-npm.yaml b/.github/workflows/push-npm.yaml index 055befa..0bdd271 100644 --- a/.github/workflows/push-npm.yaml +++ b/.github/workflows/push-npm.yaml @@ -16,6 +16,6 @@ jobs: uses: actions/checkout@v4 - name: Publish to NPM - uses: JS-DevTools/npm-publish@0f451a94170d1699fd50710966d48fb26194d939 + uses: JS-DevTools/npm-publish@fe72237be0920f7a0cafd6a966c9b929c9466e9b with: token: ${{ secrets.NPM_TOKEN }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7539941..35c8c16 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: npm version ${{ github.event.inputs.version }} --allow-same-version --no-git-tag-version - name: Commit package.json - uses: EndBug/add-and-commit@a3adef035a1381dcf888c90b847240e2ddb9e008 + uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 with: author_name: Link- author_email: 568794+Link-@users.noreply.github.com @@ -46,7 +46,7 @@ jobs: npm run build - name: Commit new build - uses: EndBug/add-and-commit@a3adef035a1381dcf888c90b847240e2ddb9e008 + uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 with: author_name: Link- author_email: 568794+Link-@users.noreply.github.com