diff --git a/.github/workflows/clear-and-update-index.yml b/.github/workflows/clear-and-update-index.yml index 854822cfc..753ec6158 100644 --- a/.github/workflows/clear-and-update-index.yml +++ b/.github/workflows/clear-and-update-index.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest environment: Indexing steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: actions/setup-python@v4 with: diff --git a/.github/workflows/deploy-cloud-run.yaml b/.github/workflows/deploy-cloud-run.yaml index 4b87c142f..b8f544eec 100644 --- a/.github/workflows/deploy-cloud-run.yaml +++ b/.github/workflows/deploy-cloud-run.yaml @@ -14,7 +14,7 @@ jobs: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v5 - name: Install Vercel CLI run: npm install --global vercel@latest - name: Pull Vercel Environment Information diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index efff7224d..f28aa24b5 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -19,7 +19,7 @@ jobs: environment: Evaluation steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Python + Poetry uses: "./.github/actions/poetry_setup" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fa0bd0890..98526289a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: python-version: - "3.11" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python ${{ matrix.python-version }} + Poetry ${{ env.POETRY_VERSION }} uses: "./.github/actions/poetry_setup" diff --git a/.github/workflows/update-index.yml b/.github/workflows/update-index.yml index 6b26e6095..57dd956b7 100644 --- a/.github/workflows/update-index.yml +++ b/.github/workflows/update-index.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest environment: Indexing steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: actions/setup-python@v4 with: python-version: '3.11'