Skip to content

Commit 04775a0

Browse files
authored
Merge pull request #157 from BoostryJP/bump-packages
Bump packages
2 parents 88a0f36 + ddbd57d commit 04775a0

11 files changed

+47
-44
lines changed

.github/workflows/build_ibet_for_fin_general.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

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

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

2929
# ibet for Fin (General)
3030
- name: Build and Push (ibet for Fin / General)
31-
uses: docker/build-push-action@v2
31+
uses: docker/build-push-action@v5
3232
with:
3333
context: ./ibet-for-fin-network/general
3434
file: ./ibet-for-fin-network/general/Dockerfile

.github/workflows/build_ibet_for_fin_validator.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

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

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

2929
# ibet for Fin (Validator)
3030
- name: Build and Push (ibet for Fin / Validator)
31-
uses: docker/build-push-action@v2
31+
uses: docker/build-push-action@v5
3232
with:
3333
context: ./ibet-for-fin-network/validator
3434
file: ./ibet-for-fin-network/validator/Dockerfile

.github/workflows/build_ibet_general.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

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

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

2929
# ibet (General)
3030
- name: Build and Push (ibet / General)
31-
uses: docker/build-push-action@v2
31+
uses: docker/build-push-action@v5
3232
with:
3333
context: ./ibet-network/general
3434
file: ./ibet-network/general/Dockerfile

.github/workflows/build_ibet_validator.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

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

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

2929
# ibet (Validator)
3030
- name: Build and Push (ibet / Validator)
31-
uses: docker/build-push-action@v2
31+
uses: docker/build-push-action@v5
3232
with:
3333
context: ./ibet-network/validator
3434
file: ./ibet-network/validator/Dockerfile

.github/workflows/build_localnet_general.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

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

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

2929
# local network (General)
3030
- name: Build and Push (local network / General)
31-
uses: docker/build-push-action@v2
31+
uses: docker/build-push-action@v5
3232
with:
3333
context: ./local-network/general
3434
file: ./local-network/general/Dockerfile

.github/workflows/build_localnet_validator.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

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

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

2929
# local network (Validator)
3030
- name: Build and Push (local network / Validator)
31-
uses: docker/build-push-action@v2
31+
uses: docker/build-push-action@v5
3232
with:
3333
context: ./local-network/validator
3434
file: ./local-network/validator/Dockerfile

.github/workflows/build_testnet_general.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

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

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

2929
# ibet testnet (General)
3030
- name: Build and Push (ibet testnet / General)
31-
uses: docker/build-push-action@v2
31+
uses: docker/build-push-action@v5
3232
with:
3333
context: ./test-network/general
3434
file: ./test-network/general/Dockerfile

.github/workflows/build_testnet_validator.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

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

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

2929
# ibet testnet (Validator)
3030
- name: Build and Push (ibet testnet / Validator)
31-
uses: docker/build-push-action@v2
31+
uses: docker/build-push-action@v5
3232
with:
3333
context: ./test-network/validator
3434
file: ./test-network/validator/Dockerfile

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v4
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
.PHONY: format isort black test
1+
.PHONY: install update format isort black test
22

33
install:
44
cd tests && poetry install --no-root --sync
55

6+
update:
7+
cd tests && poetry update
8+
69
format: isort black
710

811
isort:

tests/poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)