diff --git a/.github/workflows/check_categories.yaml b/.github/workflows/check_categories.yaml index cb7ae3f6..2946572b 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.2.1 + uses: actions/checkout@v4.2.2 - 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 04ef29e9..4f667b9a 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.2.1 + uses: actions/checkout@v4.2.2 - 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 dd1f6f9f..1c1e9ecb 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.2.1 + uses: actions/checkout@v4.2.2 - 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 d33f71e5..b65c5201 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.2.1 + - uses: actions/checkout@v4.2.2 - 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 cf9fea3c..273ea752 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.2.1 + uses: actions/checkout@v4.2.2 - 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 40d3d657..2a6d2f88 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.2.1 + uses: actions/checkout@v4.2.2 - name: Download artifact uses: dawidd6/action-download-artifact@v6 diff --git a/.github/workflows/update_readme.yml b/.github/workflows/update_readme.yml index 860c426d..6a714a1b 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.2.1 + - uses: actions/checkout@v4.2.2 - uses: actions/setup-python@v5.2.0 with: python-version: "3.10"