diff --git a/.github/workflows/check_categories.yaml b/.github/workflows/check_categories.yaml index b42dfcbd..3413a17f 100644 --- a/.github/workflows/check_categories.yaml +++ b/.github/workflows/check_categories.yaml @@ -13,7 +13,7 @@ jobs: name: Check if main databases have valid Categories steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - uses: actions/setup-python@v5.2.0 with: python-version: "3.10" diff --git a/.github/workflows/check_derivatives_change.yml b/.github/workflows/check_derivatives_change.yml index 5e0cf324..a9a1f4af 100644 --- a/.github/workflows/check_derivatives_change.yml +++ b/.github/workflows/check_derivatives_change.yml @@ -15,7 +15,7 @@ jobs: name: Fail if the PR contains incorrect derivative databases steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Check if the PR changes any of the derivative databases id: changed-files diff --git a/.github/workflows/check_main_databases.yml b/.github/workflows/check_main_databases.yml index 2cc22bac..cfbdfbd8 100644 --- a/.github/workflows/check_main_databases.yml +++ b/.github/workflows/check_main_databases.yml @@ -14,7 +14,7 @@ jobs: name: Check if main databases are valid CSVs steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - uses: actions/setup-python@v5.2.0 with: python-version: "3.10" diff --git a/.github/workflows/create_db_derivatives.yaml b/.github/workflows/create_db_derivatives.yaml index 49ae09e3..02991f50 100644 --- a/.github/workflows/create_db_derivatives.yaml +++ b/.github/workflows/create_db_derivatives.yaml @@ -18,7 +18,7 @@ jobs: name: Update derivative databases runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - uses: actions/setup-python@v5.2.0 with: python-version: "3.10" diff --git a/.github/workflows/create_derivative_change_warning.yml b/.github/workflows/create_derivative_change_warning.yml index 0dfebed4..37ba6f2d 100644 --- a/.github/workflows/create_derivative_change_warning.yml +++ b/.github/workflows/create_derivative_change_warning.yml @@ -17,7 +17,7 @@ jobs: if: github.event.workflow_run.event == 'pull_request' steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Download artifact uses: dawidd6/action-download-artifact@v6 diff --git a/.github/workflows/label_invalid_prs.yaml b/.github/workflows/label_invalid_prs.yaml index 9d4e7a0b..51806edd 100644 --- a/.github/workflows/label_invalid_prs.yaml +++ b/.github/workflows/label_invalid_prs.yaml @@ -17,7 +17,7 @@ jobs: if: github.event.workflow_run.event == 'pull_request' steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Download artifact uses: dawidd6/action-download-artifact@v6 diff --git a/.github/workflows/update_readme.yml b/.github/workflows/update_readme.yml index 4bb9d287..dc2bdb4a 100644 --- a/.github/workflows/update_readme.yml +++ b/.github/workflows/update_readme.yml @@ -20,7 +20,7 @@ jobs: name: Update README.md documentation for Changes runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - uses: actions/setup-python@v5.2.0 with: python-version: "3.10"