Skip to content

Commit

Permalink
Merge pull request #192 from ropensci-review-tools/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
mpadge committed Dec 2, 2023
2 parents d96af42 + c04fb23 commit 8816563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Trigger pkgcheck-action build
if: ${{ github.event_name != 'pull_request' }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.RRT_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monthly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:

- name: Create Issue Comment
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
Expand Down

0 comments on commit 8816563

Please sign in to comment.