diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 92568ac..75de791 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Pester shell: pwsh @@ -20,4 +20,4 @@ jobs: run: | Import-Module Pester Import-Module Assert - Invoke-Pester -EnableExit \ No newline at end of file + Invoke-Pester -EnableExit diff --git a/.github/workflows/create-pr-to-update-manifest.yml b/.github/workflows/create-pr-to-update-manifest.yml index c820ec5..2318ab3 100644 --- a/.github/workflows/create-pr-to-update-manifest.yml +++ b/.github/workflows/create-pr-to-update-manifest.yml @@ -20,7 +20,7 @@ jobs: name: Create Pull Request runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -40,4 +40,4 @@ jobs: -BranchName "update-versions-manifest-file" ` -CommitMessage "Update versions-manifest" ` -PullRequestTitle "[versions-manifest] Update for release from ${formattedDate}" ` - -PullRequestBody "Update versions-manifest.json for release from ${formattedDate}" \ No newline at end of file + -PullRequestBody "Update versions-manifest.json for release from ${formattedDate}" diff --git a/.github/workflows/get-new-tool-versions.yml b/.github/workflows/get-new-tool-versions.yml index 25f359e..d621911 100644 --- a/.github/workflows/get-new-tool-versions.yml +++ b/.github/workflows/get-new-tool-versions.yml @@ -30,7 +30,7 @@ jobs: outputs: versions_output: ${{ steps.Get_new_versions.outputs.TOOL_VERSIONS }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -45,7 +45,7 @@ jobs: env: TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -75,7 +75,7 @@ jobs: TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}} environment: Get Available Tools Versions - Publishing Approval steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -95,7 +95,7 @@ jobs: needs: [find_new_versions, check_new_versions, trigger_builds] if: failure() steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/get-tools-new-versions.yml b/.github/workflows/get-tools-new-versions.yml index 1e9349b..a0ee39b 100644 --- a/.github/workflows/get-tools-new-versions.yml +++ b/.github/workflows/get-tools-new-versions.yml @@ -42,7 +42,7 @@ jobs: name: 'Searching for new versions of ${{ matrix.tool.name }}' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: get-new-tool-versions name: Get new tool versions run: | @@ -71,7 +71,7 @@ jobs: needs: [find-new-tool-versions] if: failure() steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - id: get-failed-jobs name: Get failed jobs run: | diff --git a/.github/workflows/validate-manifest.yml b/.github/workflows/validate-manifest.yml index 5a89911..a9ee166 100644 --- a/.github/workflows/validate-manifest.yml +++ b/.github/workflows/validate-manifest.yml @@ -24,7 +24,7 @@ jobs: validation: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true @@ -37,7 +37,7 @@ jobs: needs: [validation] if: failure() steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true