Skip to content

Commit

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

chore(deps): bump actions/github-script from 6 to 7
  • Loading branch information
samsonasik authored Nov 15, 2023
2 parents 472391c + f364cb8 commit 71a461e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-distributables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: ./source/.github/scripts/deploy-framework ${GITHUB_WORKSPACE}/source ${GITHUB_WORKSPACE}/framework ${GITHUB_REF##*/}

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

- name: Release
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.ACCESS_TOKEN}}
script: |
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
run: ./source/.github/scripts/deploy-userguide ${GITHUB_WORKSPACE}/source ${GITHUB_WORKSPACE}/userguide ${GITHUB_REF##*/}

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

0 comments on commit 71a461e

Please sign in to comment.