Update GitHub Actions versions in workflow

Updated actions/checkout and docker/login-action versions.
This commit is contained in:
dum 2026-02-27 21:37:49 +05:30 committed by GitHub
parent 58e9f66e11
commit a37f5a9e22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}