Skip to content

Commit fd1bcaa

Browse files
ci: bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/github-script](https://github.com/actions/github-script) and [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `slackapi/slack-github-action` from 2.0.0 to 2.1.1 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2...v2.1.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: slackapi/slack-github-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e954287 commit fd1bcaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slack-open-prs-notification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Get open PRs
1616
id: open-prs
17-
uses: actions/github-script@v7
17+
uses: actions/github-script@v8
1818
with:
1919
script: |
2020
const { data: prs } = await github.rest.pulls.list({
@@ -40,7 +40,7 @@ jobs:
4040
);
4141
4242
- name: Send open PRs summary to Slack
43-
uses: slackapi/slack-github-action@v2.0.0
43+
uses: slackapi/slack-github-action@v2.1.1
4444
with:
4545
webhook: ${{ secrets.SLACK_OPEN_PRS_WEBHOOK_URL }}
4646
webhook-type: webhook-trigger

0 commit comments

Comments
 (0)