Skip to content

Commit bf34c95

Browse files
chore(deps): update actions/github-script action to v6.4.1
1 parent 5f1b488 commit bf34c95

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
@@ -17,7 +17,7 @@ jobs:
1717
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1818
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
1919
- name: Delete branch protection on main
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
with:
2222
github-token: ${{ secrets.ACCESS_TOKEN }}
2323
script: |
@@ -35,7 +35,7 @@ jobs:
3535
run: if pnpm run should-semantic-release ; then pnpm release-it --verbose ; fi
3636
- if: always()
3737
name: Recreate branch protection on main
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].1
3939
with:
4040
github-token: ${{ secrets.ACCESS_TOKEN }}
4141
# Note: keep this inline script in sync with script/setup.js!

0 commit comments

Comments
 (0)