We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae4d0f commit b0d2043Copy full SHA for b0d2043
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
12
- name: Install dependencies
13
run: sudo apt-get update && sudo apt-get -y install zip build-essential
14
- name: Setup environment
.github/workflows/release.yml
publish:
- name: Build dist
0 commit comments