Skip to content

Commit 69fb4e3

Browse files
chore(deps): update actions/github-script action to v6.4.0 (#212)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee2a91e commit 69fb4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2121
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
2222
- name: Delete branch protection on main
23-
uses: actions/github-script@v6.3.3
23+
uses: actions/github-script@v6.4.0
2424
with:
2525
github-token: ${{ secrets.ACCESS_TOKEN }}
2626
script: |
@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm release-it
3939
- if: always()
4040
name: Recreate branch protection on main
41-
uses: actions/github-script@v6.3.3
41+
uses: actions/github-script@v6.4.0
4242
with:
4343
github-token: ${{ secrets.ACCESS_TOKEN }}
4444
# Note: keep this inline script in sync with script/setup.js!

0 commit comments

Comments
 (0)