Skip to content

Commit

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

Bump actions/github-script from 6 to 7
  • Loading branch information
monde authored Nov 27, 2023
2 parents 8f8a9c7 + e4e2e25 commit eaae96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unstale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: ${{ !github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit eaae96f

Please sign in to comment.