Skip to content

Commit

Permalink
Docker CI Chechout actions version chenged
Browse files Browse the repository at this point in the history
  • Loading branch information
SwarnenduG07 committed Aug 19, 2024
1 parent dc0d8cc commit 44d6fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check Out Repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Log in to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
File renamed without changes.

0 comments on commit 44d6fe0

Please sign in to comment.