Skip to content

Commit

Permalink
Merge pull request #16030 from jhipster/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/github-script-4.1

chore(deps): bump actions/github-script from 4.0.2 to 4.1
  • Loading branch information
DanielFran authored Aug 23, 2021
2 parents 53155e7 + befce1d commit 8ddc657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
remove-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v4.0.2
- uses: actions/github-script@v4.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
apply-label:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v4.0.2
- uses: actions/github-script@v4.1
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down

0 comments on commit 8ddc657

Please sign in to comment.