Skip to content

Commit

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

Bump actions/github-script from 6 to 7
  • Loading branch information
pllim authored Feb 22, 2024
2 parents 22c85ba + 3d81c52 commit 5d970f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check base branch
uses: actions/github-script@v6
uses: actions/github-script@v7
if: github.event_name == 'pull_request'
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/open_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Comment Draft PR'
uses: actions/github-script@v6
uses: actions/github-script@v7
if: github.event.pull_request.draft == true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5d970f1

Please sign in to comment.