From 54628cf411e476afae85e0945b68ab176d0bf89d Mon Sep 17 00:00:00 2001 From: Clay Oster Date: Mon, 14 Oct 2024 10:22:23 -0500 Subject: [PATCH] Bump setup-buildx-action and login-action to latest versions --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 809ef42..16c7e23 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -60,10 +60,10 @@ jobs: uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Log in to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}