Skip to content

Commit 951dd43

Browse files
authored
Merge pull request #373 from ropensci-review-tools/dependabot/github_actions/actions/github-script-9
Bump actions/github-script from 8 to 9
2 parents 3817aa2 + bbe9ea9 commit 951dd43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Trigger pkgcheck-action build
6262
if: ${{ github.event_name != 'pull_request' }}
63-
uses: actions/github-script@v8
63+
uses: actions/github-script@v9
6464
with:
6565
github-token: ${{ secrets.RRT_TOKEN }}
6666
script: |

.github/workflows/monthly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: Create Issue Comment
19-
uses: actions/github-script@v8
19+
uses: actions/github-script@v9
2020
with:
2121
script: |
2222

0 commit comments

Comments
 (0)