Skip to content

Commit d677716

Browse files
committed
bump up versions to fix js 20 => 24
1 parent e12a6c2 commit d677716

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
shell: bash
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Install Docker and Prereqs
2424
# This uses a workaround for a known issue with docker. See here: https://github.com/actions/virtual-environments/issues/5490#issuecomment-1118328567
2525
run: |
@@ -40,11 +40,11 @@ jobs:
4040
with:
4141
workspaces: "wasm-worker-> target"
4242
- name: Install golang
43-
uses: actions/setup-go@v5
43+
uses: actions/setup-go@v6
4444
with:
4545
go-version: '>=1.21'
4646
- name: Set up Python 3
47-
uses: actions/setup-python@v5
47+
uses: actions/setup-python@v6
4848
with:
4949
python-version: '3.12'
5050
- name: Install pylint

.github/workflows/pkg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
shell: bash
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v5
1919
- name: Install Docker and Prereqs
2020
# This uses a workaround for a known issue with docker. See here: https://github.com/actions/virtual-environments/issues/5490#issuecomment-1118328567
2121
run: |
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
working-directory: wasm-worker
4242
- name: Install golang
43-
uses: actions/setup-go@v3
43+
uses: actions/setup-go@v6
4444
with:
4545
go-version: '>=1.21.0'
4646
- name: Install cross

0 commit comments

Comments
 (0)