Explorar o código

CI: Bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.0...v4.6.1)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] hai 1 ano
pai
achega
6d0aa7e64e

+ 1 - 1
.github/workflows/libjs-test262.yml

@@ -139,7 +139,7 @@ jobs:
         run: ./libjs-test262/per_file_result_diff.py -o old-libjs-data/wasm/per-file-master.json -n libjs-data/wasm/per-file-master.json
 
       - name: Deploy to GitHub
-        uses: JamesIves/github-pages-deploy-action@v4.6.0
+        uses: JamesIves/github-pages-deploy-action@v4.6.1
         with:
           git-config-name: BuggieBot
           git-config-email: buggiebot@serenityos.org

+ 1 - 1
.github/workflows/manpages.yml

@@ -18,7 +18,7 @@ jobs:
       - name: Actually build website
         run: ./Meta/build-manpages-website.sh
       - name: Deploy to GitHub pages
-        uses: JamesIves/github-pages-deploy-action@v4.6.0
+        uses: JamesIves/github-pages-deploy-action@v4.6.1
         with:
           git-config-name: BuggieBot
           git-config-email: buggiebot@serenityos.org

+ 1 - 1
.github/workflows/wasm.yml

@@ -93,7 +93,7 @@ jobs:
           tar --exclude='.[^/]*' -czvf libjs-wasm.tar.gz -C ${{ github.workspace }}/libjs-data .
 
       - name: Deploy to GitHub
-        uses: JamesIves/github-pages-deploy-action@v4.6.0
+        uses: JamesIves/github-pages-deploy-action@v4.6.1
         if: github.ref == 'refs/heads/master'
         with:
           git-config-name: BuggieBot