Skip to content

Commit 4d7a5d7

Browse files
authored
Dependency updates (js & GH Actions) (#2209)
# Goal The goal of this PR is regular updates of GitHub Actions and JS packages. All GH Actions were checked and added to the allowlist
1 parent f862821 commit 4d7a5d7

File tree

6 files changed

+206
-206
lines changed

6 files changed

+206
-206
lines changed

.github/workflows/common/try-runtime-migrations/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
shell: bash
2525

2626
- name: Run runtime checks
27-
uses: paritytech/try-runtime-gha@v0.1.0
27+
uses: paritytech/try-runtime-gha@v0.2.0
2828
with:
2929
runtime-package: ${{ inputs.runtime-package }}
3030
node-uri: ${{ inputs.runtime-uri }}

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
run: sha256sum ${{env.RELEASE_BIN_FILENAME}} > ${{env.RELEASE_BIN_FILENAME}}.sha256
202202
- name: Import GPG key
203203
id: import-gpg
204-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4
204+
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5
205205
with:
206206
gpg_private_key: ${{secrets.FREQUENCY_PGP_SECRET_SUBKEYS}}
207207
passphrase: ${{secrets.FREQUENCY_PGP_MASTER_KEY_PASSWORD}}
@@ -507,7 +507,7 @@ jobs:
507507
with:
508508
full-release-version-tag: ${{env.LATEST_FULL_RELEASE_TAG}}
509509
- name: Fetch Reference Binary
510-
uses: robinraju/release-downloader@c39a3b234af58f0cf85888573d361fb6fa281534
510+
uses: robinraju/release-downloader@a96f54c1b5f5e09e47d9504526e96febd949d4c2
511511
with:
512512
tag: ${{steps.get-previous-full-release-version.outputs.version}}
513513
fileName: ${{env.BIN_FILENAME}}
@@ -666,7 +666,7 @@ jobs:
666666
tera --version
667667
- name: Build Changelog
668668
id: build-changelog
669-
uses: mikepenz/release-changelog-builder-action@f3fc77b47b74e78971fffecb2102ae6eac9a44d6
669+
uses: mikepenz/release-changelog-builder-action@32e3c96f29a6532607f638797455e9e98cfc703d
670670
env:
671671
GITHUB_TOKEN: ${{ github.token }}
672672
with:
@@ -760,7 +760,7 @@ jobs:
760760
> release-notes.md
761761
- name: Publish Release Candidate on GitHub
762762
if: steps.is-full-release.outputs.is-full-release != 'true'
763-
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
763+
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
764764
with:
765765
name: "[Release Candidate] ${{env.NEW_RELEASE_TAG}}"
766766
prerelease: true
@@ -772,7 +772,7 @@ jobs:
772772
/tmp/polkadot-api-types-json/json/types.json
773773
- name: Publish Full Release on GitHub
774774
if: steps.is-full-release.outputs.is-full-release == 'true'
775-
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
775+
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
776776
with:
777777
body_path: tools/ci/release-notes/release-notes.md
778778
tag_name: ${{env.NEW_RELEASE_TAG}}

e2e/package-lock.json

Lines changed: 88 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@helia/unixfs": "^4.0.0",
2323
"@noble/curves": "^1.6.0",
2424
"@polkadot-api/merkleize-metadata": "^1.1.9",
25-
"@polkadot/api": "14.2.1",
26-
"@polkadot/types": "14.2.1",
25+
"@polkadot/api": "14.2.2",
26+
"@polkadot/types": "14.2.2",
2727
"@polkadot/util": "13.2.2",
2828
"helia": "^5.1.0",
2929
"multiformats": "^13.3.1",
@@ -37,7 +37,7 @@
3737
"eslint": "^9.13.0",
3838
"eslint-plugin-mocha": "^10.5.0",
3939
"globals": "^15.11.0",
40-
"mocha": "^10.8.1",
40+
"mocha": "^10.8.2",
4141
"prettier": "^3.3.3",
4242
"sinon": "^19.0.2",
4343
"tsx": "^4.19.2",

0 commit comments

Comments
 (0)