Skip to content

Commit 320c81f

Browse files
committed
Update pkgxdev/setup to v4
1 parent 3c59d52 commit 320c81f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
name: srcs
9292

93-
- uses: pkgxdev/setup@v3
93+
- uses: pkgxdev/setup@v4
9494
with:
9595
+: ${{ matrix.platform.pkgs }}
9696

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ RUN pkgx python@3.10 -m http.server 8000
113113
<details><summary>CI/CD</summary><br>
114114

115115
```yaml
116-
- uses: pkgxdev/setup@v3
116+
- uses: pkgxdev/setup@v4
117117
- run: pkgx shellcheck
118118
```
119119

docs/installing-pkgx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN pkgx +node@16 npm start
8484
## GitHub Actions
8585

8686
```yaml
87-
- uses: pkgxdev/setup@v3
87+
- uses: pkgxdev/setup@v4
8888
```
8989
9090
{% hint style='info' %}

0 commit comments

Comments
 (0)