diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 618dffd..a733caa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,9 +23,9 @@ jobs: ALLEGRO_LICENSE: ${{ secrets.ALLEGRO_LICENSE }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}