diff --git a/.github/workflows/beta-images.yml b/.github/workflows/beta-images.yml index e6e9b4f..34014af 100644 --- a/.github/workflows/beta-images.yml +++ b/.github/workflows/beta-images.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login to Docker Hub uses: docker/login-action@v3 with: diff --git a/.github/workflows/release-images.yml b/.github/workflows/release-images.yml index 5cd0b89..7ba81e8 100644 --- a/.github/workflows/release-images.yml +++ b/.github/workflows/release-images.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 # with: # ssh-key: ${{ secrets.SSH_DEPLOY_KEY }} # - name: Keepalive