Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Temporary SQLite/LZMA - Install missing libraries
run: sudo apt install -y libsqlite3-dev libbz2-dev
- name: install asdf & tools
uses: asdf-vm/actions/install@9cd779f40fe38688dd19505ccbc4eaaf018b44e7
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
- uses: pre-commit/action@v3.0.1
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-pulls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Temporary SQLite/LZMA - Install missing libraries
run: sudo apt install -y libsqlite3-dev libbz2-dev
- name: install asdf & tools
uses: asdf-vm/actions/install@9cd779f40fe38688dd19505ccbc4eaaf018b44e7
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5.6.0
- name: install asdf & tools
uses: asdf-vm/actions/install@9cd779f40fe38688dd19505ccbc4eaaf018b44e7
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
- name: Run unit tests
shell: bash
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Temporary SQLite/LZMA - Install missing libraries
run: sudo apt install -y libsqlite3-dev libbz2-dev
- name: install asdf & tools
uses: asdf-vm/actions/install@9cd779f40fe38688dd19505ccbc4eaaf018b44e7
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v2.1.7
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5.6.0
- name: install asdf & tools
uses: asdf-vm/actions/install@9cd779f40fe38688dd19505ccbc4eaaf018b44e7
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v2.1.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Temporary SQLite/LZMA - Install missing libraries
run: sudo apt install -y libsqlite3-dev libbz2-dev
- name: install asdf & tools
uses: asdf-vm/actions/install@9cd779f40fe38688dd19505ccbc4eaaf018b44e7
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
- name: Run unit tests
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Temporary SQLite/LZMA - Install missing libraries
run: sudo apt install -y libsqlite3-dev libbz2-dev
- name: install asdf & tools
uses: asdf-vm/actions/install@9cd779f40fe38688dd19505ccbc4eaaf018b44e7
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
Expand Down
Loading