Skip to content

Commit 9de93d3

Browse files
author
Tony Worm
committed
hof/ci: update formatter version to latest rc, b/c prettier api change
1 parent b66339b commit 9de93d3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/dagger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: dagger
33
- push
44
env:
55
HOF_TELEMETRY_DISABLED: "1"
6-
HOF_FMT_VERSION: v0.6.8
6+
HOF_FMT_VERSION: v0.6.9-rc.2
77
jobs:
88
inception:
99
runs-on: ubuntu-latest

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
make deps
4949
- name: Test
5050
run: |-
51-
hof fmt start [email protected].8
51+
hof fmt start [email protected].10-rc.2
5252
cd docs
5353
make gen
5454
make test

.github/workflows/hof.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Start Formatters
7070
run: |-
7171
docker images
72-
hof fmt start @v0.6.9
72+
hof fmt start @v0.6.10-rc.2
7373
hof fmt info
7474
docker ps -a
7575
services: {}

ci/gha/dagger.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ghacue.#Workflow & {
1010
on: _ | *["push"]
1111
env: {
1212
HOF_TELEMETRY_DISABLED: "1"
13-
HOF_FMT_VERSION: "v0.6.8"
13+
HOF_FMT_VERSION: "v0.6.9-rc.2"
1414
}
1515
jobs: {
1616
inception: {

ci/gha/docs.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ghacue.#Workflow & {
3333
{
3434
name: "Test"
3535
run: """
36-
hof fmt start [email protected].8
36+
hof fmt start [email protected].10-rc.2
3737
cd docs
3838
make gen
3939
make test

ci/gha/hof.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ghacue.#Workflow & {
5757
name: "Start Formatters"
5858
run: """
5959
docker images
60-
hof fmt start @v0.6.9
60+
hof fmt start @v0.6.10-rc.2
6161
hof fmt info
6262
docker ps -a
6363
"""

0 commit comments

Comments
 (0)