diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c962dd4..da310de 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: fail-fast: true runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set Dockerfile name if: matrix.image.name != 'latest' run: echo "DOCKERFILE_NAME=${{ matrix.image.name }}" >> $GITHUB_ENV diff --git a/.github/workflows/latest-changes.yml b/.github/workflows/latest-changes.yml index 2567038..87b2c7c 100644 --- a/.github/workflows/latest-changes.yml +++ b/.github/workflows/latest-changes.yml @@ -16,7 +16,7 @@ jobs: latest-changes: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # To allow latest-changes to commit to master token: ${{ secrets.UVICORN_GUNICORN_FASTAPI_DOCKER_LATEST_CHANGES }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1dc58c..cdddef7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: fail-fast: true runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set Dockerfile name if: matrix.image.name != 'latest' run: echo "DOCKERFILE_NAME=${{ matrix.image.name }}" >> $GITHUB_ENV