Skip to content

Commit 0f1b0b5

Browse files
authored
Update actions and prototype with v0.7 (#80)
1 parent 17e35d4 commit 0f1b0b5

File tree

9 files changed

+230849
-186008
lines changed

9 files changed

+230849
-186008
lines changed

.github/workflows/build_libzim_wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: Build and publish W/ASM artefacts
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@v3
60+
- uses: actions/checkout@v4
6161
# Customizes the Emscripten docker container via the Dockerfile in this repo
6262
- name: Build the Docker image
6363
run: |

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
- name: Setup Pages
34-
uses: actions/configure-pages@v2
34+
uses: actions/configure-pages@v5
3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v1
36+
uses: actions/upload-pages-artifact@v3
3737
with:
3838
# Upload entire repository
3939
path: '.'
4040
- name: Deploy to GitHub Pages
4141
id: deployment
42-
uses: actions/deploy-pages@v1
42+
uses: actions/deploy-pages@v4

.github/workflows/upload_release_assets_to_kiwix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: windows-latest
3030
steps:
3131
# Check out the repository
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- name: Find the release, get assets, and upload
3434
run: |
3535
$repository = $Env:REPOSITORY

0 commit comments

Comments
 (0)