Skip to content

Commit

Permalink
Merge pull request #159 from wildpeaks/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/github-script-v3.1

chore(deps): bump actions/github-script from v2 to v3.1
  • Loading branch information
cecilemuller authored Jan 17, 2021
2 parents 4fe7ffb + 1dbb3d4 commit 3c79cfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Initialize deployment
id: deployment
uses: actions/github-script@v2
uses: actions/github-script@v3.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Create Release
id: release
uses: actions/github-script@v2
uses: actions/github-script@v3.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

- name: On success
if: success()
uses: actions/github-script@v2
uses: actions/github-script@v3.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -106,7 +106,7 @@ jobs:
- name: On error
if: failure() || cancelled()
uses: actions/github-script@v2
uses: actions/github-script@v3.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 3c79cfc

Please sign in to comment.