diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 119ab23..14ac1ac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Log in to Azure Container Registry uses: docker/login-action@v3