Skip to content

Commit

Permalink
point back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
nha committed Apr 1, 2024
1 parent 4645fb5 commit 1ae8357
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check_url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- name: Setup Babashka
id: setup-babashka-1
uses: turtlequeue/setup-babashka@feat/cache
uses: turtlequeue/setup-babashka@main
with:
babashka-version: 1.3.189

Expand All @@ -20,7 +20,7 @@ jobs:

- name: Setup Babashka from cache
id: setup-babashka-2
uses: turtlequeue/setup-babashka@feat/cache
uses: turtlequeue/setup-babashka@main
with:
babashka-version: 1.3.189
fail-on-cache-miss: true
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- name: Setup Babashka
id: setup-babashka-1
uses: turtlequeue/setup-babashka@feat/cache
uses: turtlequeue/setup-babashka@main
with:
babashka-version: 1.3.189
babashka-url: ${{ matrix.babashka-url }}
Expand All @@ -58,7 +58,7 @@ jobs:

- name: Setup Babashka from cache
id: setup-babashka-2
uses: turtlequeue/setup-babashka@feat/cache
uses: turtlequeue/setup-babashka@main
with:
babashka-version: 1.3.189
babashka-url: ${{ matrix.babashka-url }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
steps:
- name: Setup Babashka
id: setup-babashka-1
uses: turtlequeue/setup-babashka@feat/cache
uses: turtlequeue/setup-babashka@main

with:
babashka-version: 1.3.190-SNAPSHOT
Expand All @@ -98,7 +98,7 @@ jobs:

- name: Setup Babashka from cache
id: setup-babashka-2
uses: turtlequeue/setup-babashka@feat/cache
uses: turtlequeue/setup-babashka@main

with:
babashka-version: 1.3.190-SNAPSHOT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: Setup Babashka
id: setup-babashka
uses: turtlequeue/setup-babashka@feat/cache
uses: turtlequeue/setup-babashka@main
with:
babashka-version: 1.3.189

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/self_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Setup Babashka
id: setup-babashka-1
uses: turtlequeue/setup-babashka@feat/cache
uses: turtlequeue/setup-babashka@main
with:
babashka-version: ${{ matrix.babashka-version }}

Expand All @@ -21,7 +21,7 @@ jobs:

- name: Setup Babashka from cache
id: setup-babashka-2
uses: turtlequeue/setup-babashka@feat/cache
uses: turtlequeue/setup-babashka@main
with:
babashka-version: ${{ matrix.babashka-version }}
fail-on-cache-miss: true
Expand Down

0 comments on commit 1ae8357

Please sign in to comment.