Skip to content

Commit

Permalink
Merge pull request #157 from BoostryJP/bump-packages
Browse files Browse the repository at this point in the history
Bump packages
  • Loading branch information
YoshihitoAso authored Mar 12, 2024
2 parents 88a0f36 + ddbd57d commit 04775a0
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 44 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_ibet_for_fin_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -28,7 +28,7 @@ jobs:

# ibet for Fin (General)
- name: Build and Push (ibet for Fin / General)
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./ibet-for-fin-network/general
file: ./ibet-for-fin-network/general/Dockerfile
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_ibet_for_fin_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -28,7 +28,7 @@ jobs:

# ibet for Fin (Validator)
- name: Build and Push (ibet for Fin / Validator)
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./ibet-for-fin-network/validator
file: ./ibet-for-fin-network/validator/Dockerfile
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_ibet_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -28,7 +28,7 @@ jobs:

# ibet (General)
- name: Build and Push (ibet / General)
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./ibet-network/general
file: ./ibet-network/general/Dockerfile
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_ibet_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -28,7 +28,7 @@ jobs:

# ibet (Validator)
- name: Build and Push (ibet / Validator)
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./ibet-network/validator
file: ./ibet-network/validator/Dockerfile
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_localnet_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -28,7 +28,7 @@ jobs:

# local network (General)
- name: Build and Push (local network / General)
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./local-network/general
file: ./local-network/general/Dockerfile
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_localnet_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -28,7 +28,7 @@ jobs:

# local network (Validator)
- name: Build and Push (local network / Validator)
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./local-network/validator
file: ./local-network/validator/Dockerfile
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_testnet_general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -28,7 +28,7 @@ jobs:

# ibet testnet (General)
- name: Build and Push (ibet testnet / General)
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./test-network/general
file: ./test-network/general/Dockerfile
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build_testnet_validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -28,7 +28,7 @@ jobs:

# ibet testnet (Validator)
- name: Build and Push (ibet testnet / Validator)
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./test-network/validator
file: ./test-network/validator/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
.PHONY: format isort black test
.PHONY: install update format isort black test

install:
cd tests && poetry install --no-root --sync

update:
cd tests && poetry update

format: isort black

isort:
Expand Down
20 changes: 10 additions & 10 deletions tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04775a0

Please sign in to comment.