Upgrade the docker-login and checkout action versions

This commit is contained in:
Akhil G Krishnan 2024-04-26 23:08:53 +05:30
parent 0a9e39d14e
commit 4d35717844

@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}