Skip to content

Commit d875d71

Browse files
committed
CI: update to latest just version (1.42.4)
1 parent ca4a39c commit d875d71

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838

3939
- uses: extractions/setup-just@v3
4040
with:
41-
just-version: "1.14" # optional semver specification, otherwise latest
41+
just-version: "1.42.4" # optional semver specification, otherwise latest
4242

4343
- run: just docs-publish

.github/workflows/pre-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939

4040
- uses: extractions/setup-just@v3
4141
env:
42+
just-version: "1.42.4"
4243
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4344

4445
- name: Bump ibis version

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: extractions/setup-just@v3
4141
with:
42-
just-version: "1.14" # optional semver specification, otherwise latest
42+
just-version: "1.42.4" # optional semver specification, otherwise latest
4343

4444
- name: Install libpostal
4545
run: |
@@ -73,7 +73,7 @@ jobs:
7373

7474
- uses: extractions/setup-just@v3
7575
with:
76-
just-version: "1.14" # optional semver specification, otherwise latest
76+
just-version: "1.42.4" # optional semver specification, otherwise latest
7777

7878
- name: Run linters
7979
run: just lint

0 commit comments

Comments
 (0)