Skip to content
This repository was archived by the owner on Nov 5, 2025. It is now read-only.

Commit 071eee5

Browse files
Update release.yml
1 parent 1655ad4 commit 071eee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
jobs:
66
deploy:
77
name: Build
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
- name: Packaging
1313
working-directory: ../
1414
run: |

0 commit comments

Comments
 (0)