diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2367447..8b126b8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: fail-fast: true runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.7 - 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 5f1c7cf..29f4ccc 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.1.0 + - uses: actions/checkout@v4.1.7 with: # To allow latest-changes to commit to master token: ${{ secrets.UVICORN_GUNICORN_DOCKER_LATEST_CHANGES }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b175112..bcab28b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: fail-fast: true runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.7 - name: Set Dockerfile name if: matrix.image.name != 'latest' run: echo "DOCKERFILE_NAME=${{ matrix.image.name }}" >> $GITHUB_ENV