Skip to content

Commit

Permalink
Bump actions/github-script from 3.1.0 to 6.3.1 (#16218)
Browse files Browse the repository at this point in the history
Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1.0 to 6.3.1.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2022
1 parent d4e6d4a commit 69de14c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autoformat2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: 'Download artifacts'
uses: actions/github-script@v3.1.0
uses: actions/github-script@v6.3.1
with:
script: |
var artifacts = await github.actions.listWorkflowRunArtifacts({
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: 'Yell at user'
if: steps.unzip_artifacts.outputs.autoformatted == 'true'
uses: actions/github-script@v6
uses: actions/github-script@v6.3.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maestro-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cat changelog2.txt >> $GITHUB_ENV
- name: 'Add changelog'
uses: actions/github-script@v6
uses: actions/github-script@v6.3.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit 69de14c

Please sign in to comment.