Skip to content

Commit

Permalink
Dependabot/pages upgrades (#1822)
Browse files Browse the repository at this point in the history
# Goal
The goal of this PR is to upgrade all the pages dependencies at once.

Replaces:
- #1821 
- #1820 
- #1804

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
wilwade and dependabot[bot] authored Dec 20, 2023
1 parent 3d5714c commit 928f35d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ jobs:
with:
ref: ${{env.RELEASE_BRANCH_NAME}}
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Build Docs
run: |
rustup target add wasm32-unknown-unknown --toolchain nightly-2023-07-13
Expand All @@ -371,7 +371,7 @@ jobs:
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload Docs
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./target/doc

Expand Down Expand Up @@ -1005,7 +1005,7 @@ jobs:
- name: Deploy to GitHub Pages
if: env.TEST_RUN != 'true'
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

release-js-api-augment:
needs: wait-for-all-builds
Expand Down

0 comments on commit 928f35d

Please sign in to comment.