Skip to content

Commit 216d777

Browse files
authored
Merge pull request #175 from splitio/dependabot/github_actions/development/docker/login-action-3
Bump docker/login-action from 2 to 3
2 parents 3015941 + 589200e commit 216d777

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Login to Artifactory
13-
uses: docker/login-action@v2
13+
uses: docker/login-action@v3
1414
with:
1515
registry: splitio-docker-dev.jfrog.io
1616
username: ${{ secrets.ARTIFACTORY_DOCKER_USER }}

.github/workflows/unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Login to DockerHub
13-
uses: docker/login-action@v2
13+
uses: docker/login-action@v3
1414
with:
1515
registry: splitio-docker-dev.jfrog.io
1616
username: ${{ secrets.ARTIFACTORY_DOCKER_USER }}

0 commit comments

Comments
 (0)