Skip to content

Commit

Permalink
Merge pull request #187 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 committed Feb 22, 2024
2 parents 9ce8e9b + 84717c1 commit 5aaedb1
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 @@ -24,7 +24,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 @@ -18,7 +18,7 @@ jobs:
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- 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 5aaedb1

Please sign in to comment.