diff --git a/.github/workflows/wip.yml b/.github/workflows/wip.yml index 572d089..42d63d7 100644 --- a/.github/workflows/wip.yml +++ b/.github/workflows/wip.yml @@ -51,10 +51,10 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Log in to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}