Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 19, 2021
1 parent 90bef81 commit 8de4721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Build
run: yarn build
- name: Disable protection temporary
uses: actions/github-script@0.9.0
uses: actions/github-script@v4.0.2
with:
github-token: '${{ secrets.GASTROBOT_TOKEN}}'
script: |
Expand All @@ -95,7 +95,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GASTROBOT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Restore protection
uses: actions/github-script@0.9.0
uses: actions/github-script@v4.0.2
if: always()
with:
github-token: '${{ secrets.GASTROBOT_TOKEN}}'
Expand Down

0 comments on commit 8de4721

Please sign in to comment.