From 100caffbd9940d1611244fb585a44b5d95cb104f Mon Sep 17 00:00:00 2001 From: Xavier Fernandez Date: Sun, 23 Jun 2024 16:01:40 -0600 Subject: [PATCH] ci(fio-testnet): update ci/cd library versions --- .github/workflows/deploy-fio-testnet.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-fio-testnet.yaml b/.github/workflows/deploy-fio-testnet.yaml index f5077e82..1072323d 100644 --- a/.github/workflows/deploy-fio-testnet.yaml +++ b/.github/workflows/deploy-fio-testnet.yaml @@ -11,13 +11,13 @@ jobs: environment: fio-testnet steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - - name: Log in to the Container registry - uses: docker/login-action@v2 + - name: Log in to GitHub Container Registry + uses: docker/login-action@v3.1.0 with: registry: ghcr.io - username: ${{ github.actor }} + username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: 'step-log'