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 }}