Skip to content

Commit f217b28

Browse files
committed
COMP: Update workflow package dependancy versions.
1 parent 6aa2abf commit f217b28

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/documentation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ concurrency:
1717

1818
jobs:
1919
build-wasm-documentation:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v4.2.2
2424

2525
- name: Free Disk Space (Ubuntu)
2626
uses: jlumbroso/free-disk-space@main
@@ -35,7 +35,7 @@ jobs:
3535
version: 8
3636
run_install: true
3737

38-
- uses: actions/setup-python@v5
38+
- uses: actions/setup-python@v5.4.0
3939
with:
4040
python-version: '3.11'
4141

@@ -61,7 +61,7 @@ jobs:
6161
rsync -a wasm/typescript/demo-app/ docs/ts/app/
6262
6363
- name: Set up Python
64-
uses: actions/setup-python@v4
64+
uses: actions/setup-python@v5.4.0
6565
with:
6666
python-version: '3.11'
6767

@@ -85,7 +85,7 @@ jobs:
8585

8686
deploy-gh-pages:
8787
needs: build-wasm-documentation
88-
runs-on: ubuntu-22.04
88+
runs-on: ubuntu-24.04
8989

9090
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
9191
permissions:

.github/workflows/wasm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on: [push,pull_request]
55
jobs:
66
build-wasm:
77
name: "Build WebAssembly"
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v4.2.2
1212

1313
- name: Free Disk Space (Ubuntu)
1414
uses: jlumbroso/free-disk-space@main
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
run_install: true
2424

25-
- uses: actions/setup-python@v5
25+
- uses: actions/setup-python@v5.4.0
2626
with:
2727
python-version: '3.11'
2828

0 commit comments

Comments
 (0)