diff --git a/.github/workflows/acceptance_tests_cpython.yml b/.github/workflows/acceptance_tests_cpython.yml index 7e4a25739a0..36f141b5540 100644 --- a/.github/workflows/acceptance_tests_cpython.yml +++ b/.github/workflows/acceptance_tests_cpython.yml @@ -33,7 +33,7 @@ jobs: name: Python ${{ matrix.python-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup python for starting the tests uses: actions/setup-python@v5.6.0 diff --git a/.github/workflows/acceptance_tests_cpython_pr.yml b/.github/workflows/acceptance_tests_cpython_pr.yml index 1b49dc448fe..3a83d47b047 100644 --- a/.github/workflows/acceptance_tests_cpython_pr.yml +++ b/.github/workflows/acceptance_tests_cpython_pr.yml @@ -26,7 +26,7 @@ jobs: name: Python ${{ matrix.python-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup python for starting the tests uses: actions/setup-python@v5.6.0 diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index c52d155900d..8165f4cbc93 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -29,7 +29,7 @@ jobs: name: Python ${{ matrix.python-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup python ${{ matrix.python-version }} uses: actions/setup-python@v5.6.0 diff --git a/.github/workflows/unit_tests_pr.yml b/.github/workflows/unit_tests_pr.yml index 91eb380d330..8f648d27f20 100644 --- a/.github/workflows/unit_tests_pr.yml +++ b/.github/workflows/unit_tests_pr.yml @@ -21,7 +21,7 @@ jobs: name: Python ${{ matrix.python-version }} on ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup python ${{ matrix.python-version }} uses: actions/setup-python@v5.6.0 diff --git a/.github/workflows/web_tests.yml b/.github/workflows/web_tests.yml index 8e7cc6f03c9..69d4606fb68 100644 --- a/.github/workflows/web_tests.yml +++ b/.github/workflows/web_tests.yml @@ -19,7 +19,7 @@ jobs: name: Jest tests for the web components steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Node uses: actions/setup-node@v4