From 1a9c525de1b88344d935a00a76309771b238628e Mon Sep 17 00:00:00 2001 From: HDauven Date: Tue, 13 Feb 2024 11:04:00 +0100 Subject: [PATCH] Update CI checkout and setup-node --- .github/workflows/webwallet_ci.yml | 4 ++-- web-wallet/CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webwallet_ci.yml b/.github/workflows/webwallet_ci.yml index 2b7d926638..080623ca9b 100644 --- a/.github/workflows/webwallet_ci.yml +++ b/.github/workflows/webwallet_ci.yml @@ -35,10 +35,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setting up Node 20.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20.x scope: "@dusk-network" diff --git a/web-wallet/CHANGELOG.md b/web-wallet/CHANGELOG.md index 533aad31f8..70a552d4d3 100644 --- a/web-wallet/CHANGELOG.md +++ b/web-wallet/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change `fiatCurrency`, `locale`, `tokenCurrency`, `token` to required properties in Balance component [#1323](https://github.com/dusk-network/rusk/issues/1323) - Change `package.json` fields to reflect repo change [#1367](https://github.com/dusk-network/rusk/issues/1367) - Change `walletStore.js` to receive gasPrice and gasLimit when `transfer` , `stake`, `unstake` and `withdrawRewards` are called [#1353](https://github.com/dusk-network/rusk/issues/1353) +- Update deprecated Node actions in CI [#1343](https://github.com/dusk-network/rusk/issues/1343) ### Removed