From 69f72a5fcdad10746ff2515821bce46d8d43a624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:05:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/check-data-update.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-data-update.yml b/.github/workflows/check-data-update.yml index 6736ada4..9e1c4785 100644 --- a/.github/workflows/check-data-update.yml +++ b/.github/workflows/check-data-update.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check agreements by enterprise has been updated run: | last=$(curl 'https://www.data.gouv.fr/api/1/datasets/liste-des-conventions-collectives-par-entreprise-siret/' | jq -r '.resources[0].last_modified' | sed 's/\..*//') diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e5526229..bf622627 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b52a1b5..728e13d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: Tests steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - shell: bash env: ELASTICSEARCH_URL: ${{ secrets.ELASTICSEARCH_URL }}