Skip to content

Commit 370b7e3

Browse files
authored
Merge branch 'ankan/fixes-overstake' into dependabot/github_actions/docker/metadata-action-6
2 parents 768a83e + f80739a commit 370b7e3

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-publish-eth-rpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v6.0.2
6868

6969
- name: Log in to Docker Hub
70-
uses: docker/login-action@v3
70+
uses: docker/login-action@v4
7171
with:
7272
username: ${{ secrets.PARITYPR_DOCKERHUB_USERNAME }}
7373
password: ${{ secrets.PARITYPR_DOCKERHUB_PASSWORD }}

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
uses: actions/checkout@v6.0.2
6767

6868
- name: Set up Docker Buildx
69-
uses: docker/setup-buildx-action@v3
69+
uses: docker/setup-buildx-action@v4
7070

7171
- name: Log in to Docker Hub
72-
uses: docker/login-action@v3
72+
uses: docker/login-action@v4
7373
with:
7474
username: ${{ secrets.DOCKER_USERNAME }}
7575
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/release-50_publish-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,14 @@ jobs:
217217
218218
- name: Login to Dockerhub to publish polkadot
219219
if: ${{ env.BINARY == 'polkadot' }}
220-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
220+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
221221
with:
222222
username: ${{ secrets.POLKADOT_DOCKERHUB_USERNAME }}
223223
password: ${{ secrets.POLKADOT_DOCKERHUB_TOKEN }}
224224

225225
- name: Login to Dockerhub to publish polkadot-omni-node/polkadot-parachain/chain-spec-builder
226226
if: ${{ env.BINARY == 'polkadot-omni-node' || env.BINARY == 'polkadot-parachain' || env.BINARY == 'chain-spec-builder' }}
227-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
227+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
228228
with:
229229
username: ${{ secrets.CUMULUS_DOCKERHUB_USERNAME }}
230230
password: ${{ secrets.CUMULUS_DOCKERHUB_TOKEN }}
@@ -278,7 +278,7 @@ jobs:
278278
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.0
279279

280280
- name: Set up Docker Buildx
281-
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
281+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
282282

283283
- name: Cache Docker layers
284284
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
@@ -289,7 +289,7 @@ jobs:
289289
${{ runner.os }}-buildx-
290290
291291
- name: Login to Docker Hub
292-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
292+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
293293
with:
294294
username: ${{ secrets.POLKADOT_DOCKERHUB_USERNAME }}
295295
password: ${{ secrets.POLKADOT_DOCKERHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
uses: actions/checkout@v6.0.2
6767

6868
- name: Set up Docker Buildx
69-
uses: docker/setup-buildx-action@v3
69+
uses: docker/setup-buildx-action@v4
7070

7171
- name: Log in to Docker Hub
72-
uses: docker/login-action@v3
72+
uses: docker/login-action@v4
7373
with:
7474
username: ${{ secrets.DOCKER_USERNAME }}
7575
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)