Skip to content

Commit f56842f

Browse files
chore(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action). Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) Updates `slackapi/slack-github-action` from 2.1.1 to 3.0.1 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Commits](slackapi/slack-github-action@v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: slackapi/slack-github-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c2e244 commit f56842f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/addToProject.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Get token
1515
id: get_token
16-
uses: actions/create-github-app-token@v2
16+
uses: actions/create-github-app-token@v3
1717
with:
1818
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
1919
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Get token
1919
id: get_token
20-
uses: actions/create-github-app-token@v2
20+
uses: actions/create-github-app-token@v3
2121
with:
2222
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
2323
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}

.github/workflows/slack-lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
f.write("payload={}".format(json.dumps(payload)))
120120
121121
- name: Post Slack message
122-
uses: slackapi/slack-github-action@v2.1.1
122+
uses: slackapi/slack-github-action@v3.0.1
123123
with:
124124
method: chat.postMessage
125125
token: ${{ secrets.SLACK_BOT_TOKEN }}

.github/workflows/updatecli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Get token
2121
id: get_token
22-
uses: actions/create-github-app-token@v2
22+
uses: actions/create-github-app-token@v3
2323
with:
2424
app-id: ${{ secrets.OBS_AUTOMATION_APP_ID }}
2525
private-key: ${{ secrets.OBS_AUTOMATION_APP_PEM }}

0 commit comments

Comments
 (0)