diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index df2df3b57..698630454 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -221,7 +221,7 @@ jobs: run: | pip install -r tests/requirements.txt - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} @@ -274,7 +274,7 @@ jobs: run: | pip install -r tests/requirements.txt - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} @@ -443,7 +443,7 @@ jobs: - 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.actor }} @@ -503,7 +503,7 @@ jobs: ${{ runner.os }}-go- - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} @@ -529,7 +529,7 @@ jobs: fetch-depth: 0 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} @@ -551,7 +551,7 @@ jobs: fetch-depth: 0 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/force-build.yml b/.github/workflows/force-build.yml index 30b875400..f9c12a9c4 100644 --- a/.github/workflows/force-build.yml +++ b/.github/workflows/force-build.yml @@ -43,7 +43,7 @@ jobs: go-version: ${{ env.GOVER }} - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} @@ -69,7 +69,7 @@ jobs: fetch-depth: 0 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}