diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 295581c..47bcb00 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -20,7 +20,7 @@ jobs: env: PYTHON_PACKAGE: kedro_azureml steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 2f5f837..6d70dd5 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -15,6 +15,6 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Spellcheck - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: rojopolis/spellcheck-github-actions@0.52.0 name: Spellcheck \ No newline at end of file diff --git a/.github/workflows/tests_and_publish.yml b/.github/workflows/tests_and_publish.yml index 956b862..c04bac3 100644 --- a/.github/workflows/tests_and_publish.yml +++ b/.github/workflows/tests_and_publish.yml @@ -31,7 +31,7 @@ jobs: python-version: ['3.9', '3.10', '3.11', '3.12'] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup python ${{ matrix.python-version }} uses: actions/setup-python@v6 @@ -66,7 +66,7 @@ jobs: needs: unit_tests steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -93,7 +93,7 @@ jobs: needs: unit_tests steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge' @@ -125,7 +125,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL @@ -150,7 +150,7 @@ jobs: e2e_config: ["e2e", "e2e_pipeline_data_passing"] steps: - name: "Checkout repository" - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run E2E tests uses: ./.github/actions/e2e_test @@ -180,7 +180,7 @@ jobs: e2e_config: ["e2e", "e2e_pipeline_data_passing"] steps: - name: Run E2E tests - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge' @@ -220,7 +220,7 @@ jobs: PYTHON_PACKAGE: kedro_azureml steps: - name: Checkout the repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # necessary to enable merging, all the history is needed - name: Set up Python ${{ matrix.python-version }}