Skip to content

Commit

Permalink
chore(deps): bump actions/github-script from 1 to 6
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 1 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v1...v6)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent d714e10 commit 504cc1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
CONTEXT: ${{ toJson(github) }}
# get trigger repo references
- name: public repo reference
uses: actions/github-script@v3
uses: actions/github-script@v6
id: set-public-result
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -38,7 +38,7 @@ jobs:
return result.data.object.sha
- run: echo "${{ steps.set-public-result.outputs.result }}"
- name: private repo reference
uses: actions/github-script@v3
uses: actions/github-script@v6
id: set-private-result
with:
github-token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }} # must be PAT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/github-script@v1
- uses: actions/github-script@v6
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit 504cc1c

Please sign in to comment.