We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c59d52 commit 320c81fCopy full SHA for 320c81f
3 files changed
.github/workflows/cd.yml
@@ -90,7 +90,7 @@ jobs:
90
with:
91
name: srcs
92
93
- - uses: pkgxdev/setup@v3
+ - uses: pkgxdev/setup@v4
94
95
+: ${{ matrix.platform.pkgs }}
96
README.md
@@ -113,7 +113,7 @@ RUN pkgx python@3.10 -m http.server 8000
113
<details><summary>CI/CD</summary><br>
114
115
```yaml
116
-- uses: pkgxdev/setup@v3
+- uses: pkgxdev/setup@v4
117
- run: pkgx shellcheck
118
```
119
docs/installing-pkgx.md
@@ -84,7 +84,7 @@ RUN pkgx +node@16 npm start
84
## GitHub Actions
85
86
87
88
89
{% hint style='info' %}
0 commit comments