diff --git a/.github/workflows/create-base-image.yaml b/.github/workflows/create-base-image.yaml index 8bcb19e..dc8a8b7 100644 --- a/.github/workflows/create-base-image.yaml +++ b/.github/workflows/create-base-image.yaml @@ -18,7 +18,7 @@ jobs: name: Docker Images steps: - name: 📦 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: 🔑 Login to GitHub Container Registry uses: docker/login-action@v2 diff --git a/.github/workflows/deploy-release.yaml b/.github/workflows/deploy-release.yaml index 3a6c033..5fbf919 100644 --- a/.github/workflows/deploy-release.yaml +++ b/.github/workflows/deploy-release.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: 📦 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: 🔑 Login to GitHub Container Registry uses: docker/login-action@v2