Skip to content

Commit 9caf565

Browse files
authored
Merge branch 'ankan/fixes-overstake' into dependabot/npm_and_yarn/cumulus/scripts/scale_encode_genesis/npm_and_yarn-b282b7f877
2 parents 23f2ca5 + aaeec75 commit 9caf565

13 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/bench-all-runtimes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
path: patches
134134

135135
# needs to be able to trigger CI
136-
- uses: actions/create-github-app-token@v1
136+
- uses: actions/create-github-app-token@v2
137137
id: generate_token
138138
with:
139139
app-id: ${{ secrets.CMD_BOT_APP_ID }}

.github/workflows/benchmarks-networking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
git config --global --add safe.directory '*'
8181
ls -lsR ./charts
8282
83-
- uses: actions/create-github-app-token@v1
83+
- uses: actions/create-github-app-token@v2
8484
id: app-token
8585
with:
8686
app-id: ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }}

.github/workflows/benchmarks-subsystem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
git config --global --add safe.directory '*'
9797
ls -lsR ./charts
9898
99-
- uses: actions/create-github-app-token@v1
99+
- uses: actions/create-github-app-token@v2
100100
id: app-token
101101
with:
102102
app-id: ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }}

.github/workflows/ci.yml

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

160160
- name: Deploy documentation
161161
if: github.ref == 'refs/heads/main'
162-
uses: peaceiris/actions-gh-pages@v3
162+
uses: peaceiris/actions-gh-pages@v4
163163
with:
164164
github_token: ${{ secrets.GITHUB_TOKEN }}
165165
publish_dir: ./target/doc

.github/workflows/cmd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Generate token
2121
id: generate_token
22-
uses: actions/create-github-app-token@v1
22+
uses: actions/create-github-app-token@v2
2323
with:
2424
app-id: ${{ secrets.CMD_BOT_APP_ID }}
2525
private-key: ${{ secrets.CMD_BOT_APP_KEY }}
@@ -442,7 +442,7 @@ jobs:
442442
runs-on: ubuntu-latest
443443
steps:
444444
# needs to be able to trigger CI, as default token does not retrigger
445-
- uses: actions/create-github-app-token@v1
445+
- uses: actions/create-github-app-token@v2
446446
id: generate_token
447447
with:
448448
app-id: ${{ secrets.CMD_BOT_APP_ID }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- uses: actions/checkout@v4
123123
with:
124124
ref: gh-pages
125-
- uses: actions/create-github-app-token@v1
125+
- uses: actions/create-github-app-token@v2
126126
id: app-token
127127
with:
128128
app-id: ${{ secrets.POLKADOTSDK_GHPAGES_APP_ID }}

.github/workflows/misc-sync-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
if: matrix.template != 'solochain'
120120
- name: Generate a token for the template repository
121121
id: app_token
122-
uses: actions/create-github-app-token@v1.9.3
122+
uses: actions/create-github-app-token@v2
123123
with:
124124
owner: "paritytech"
125125
repositories: "polkadot-sdk-${{ matrix.template }}-template"

.github/workflows/release-10_branchoff-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Generate content write token for the release automation
5656
id: generate_write_token
57-
uses: actions/create-github-app-token@v1
57+
uses: actions/create-github-app-token@v2
5858
with:
5959
app-id: ${{ vars.RELEASE_AUTOMATION_APP_ID }}
6060
private-key: ${{ secrets.RELEASE_AUTOMATION_APP_PRIVATE_KEY }}

.github/workflows/release-11_rc-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Generate content write token for the release automation
4040
id: generate_write_token
41-
uses: actions/create-github-app-token@v1
41+
uses: actions/create-github-app-token@v2
4242
with:
4343
app-id: ${{ vars.RELEASE_AUTOMATION_APP_ID }}
4444
private-key: ${{ secrets.RELEASE_AUTOMATION_APP_PRIVATE_KEY }}

.github/workflows/release-30_publish_release_draft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Generate content write token for the release automation
125125
id: generate_write_token
126-
uses: actions/create-github-app-token@v1
126+
uses: actions/create-github-app-token@v2
127127
with:
128128
app-id: ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }}
129129
private-key: ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }}
@@ -165,7 +165,7 @@ jobs:
165165
166166
- name: Generate content write token for the release automation
167167
id: generate_write_token
168-
uses: actions/create-github-app-token@v1
168+
uses: actions/create-github-app-token@v2
169169
with:
170170
app-id: ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }}
171171
private-key: ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }}
@@ -211,7 +211,7 @@ jobs:
211211
212212
- name: Generate content write token for the release automation
213213
id: generate_write_token
214-
uses: actions/create-github-app-token@v1
214+
uses: actions/create-github-app-token@v2
215215
with:
216216
app-id: ${{ vars.POLKADOT_SDK_RELEASE_RW_APP_ID }}
217217
private-key: ${{ secrets.POLKADOT_SDK_RELEASE_RW_APP_KEY }}

0 commit comments

Comments
 (0)