Skip to content

Commit

Permalink
Merge pull request #4599 from codeigniter4/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/github-script-v4.0.1

Bump actions/github-script from v3 to v4.0.1
  • Loading branch information
paulbalandan authored Apr 22, 2021
2 parents 1c31da9 + 3981c0b commit 35fc1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: ./source/.github/scripts/deploy-framework ${GITHUB_WORKSPACE}/source ${GITHUB_WORKSPACE}/framework ${GITHUB_REF##*/}

- name: Release
uses: actions/github-script@v3
uses: actions/github-script@v4.0.1
with:
github-token: ${{secrets.ACCESS_TOKEN}}
script: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
run: ./source/.github/scripts/deploy-appstarter ${GITHUB_WORKSPACE}/source ${GITHUB_WORKSPACE}/appstarter ${GITHUB_REF##*/}

- name: Release
uses: actions/github-script@v3
uses: actions/github-script@v4.0.1
with:
github-token: ${{secrets.ACCESS_TOKEN}}
script: |
Expand Down

0 comments on commit 35fc1d0

Please sign in to comment.