Skip to content

Commit 457a928

Browse files
build(deps): bump actions/create-github-app-token from 2.0.3 to 2.0.6 (#79)
1 parent 97b559f commit 457a928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Gather credentials
1414
id: credentials
15-
uses: actions/[email protected].3
15+
uses: actions/[email protected].6
1616
with:
1717
app-id: ${{ secrets.GH_APP_ID_RELEASER }}
1818
private-key: ${{ secrets.GH_APP_PRIVATE_KEY_RELEASER }}

.github/workflows/sync-docs-from-cli-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Generate a GitHub token
2424
id: ghtoken
25-
uses: actions/[email protected].3
25+
uses: actions/[email protected].6
2626
with:
2727
app-id: ${{ secrets.GH_APP_ID_DOCS }}
2828
owner: slackapi

0 commit comments

Comments
 (0)