From 0a3a42c32e4fbc0444177ecedfc40cd83d3f5ec2 Mon Sep 17 00:00:00 2001 From: Daniel Siegl <41949368+danielsiegl@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:29:35 +0100 Subject: [PATCH] Updated to actions/checkout@v4 (#215) --- .github/workflows/ConsistencyCheck.yml | 2 +- .github/workflows/Create Pull RequestOnPush.yml | 2 +- .github/workflows/RebasePrByComments.yml | 2 +- .github/workflows/SVGUpdate.yml | 2 +- .github/workflows/TriggerMergeByComments.yml | 2 +- .../UpdateReviewSessionFilesPullRequestsBaseCommit.yml | 2 +- .github/workflows/downloadPostCommitXmi.yml | 2 +- .github/workflows/publishComponents.yml | 2 +- .github/workflows/publishReviewSession.yml | 2 +- .github/workflows/validateIncQuery.yml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ConsistencyCheck.yml b/.github/workflows/ConsistencyCheck.yml index fdf1c53..31ccabd 100644 --- a/.github/workflows/ConsistencyCheck.yml +++ b/.github/workflows/ConsistencyCheck.yml @@ -21,7 +21,7 @@ jobs: runs-on: windows-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/Create Pull RequestOnPush.yml b/.github/workflows/Create Pull RequestOnPush.yml index b608832..a067573 100644 --- a/.github/workflows/Create Pull RequestOnPush.yml +++ b/.github/workflows/Create Pull RequestOnPush.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Extract branch name shell: bash run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT diff --git a/.github/workflows/RebasePrByComments.yml b/.github/workflows/RebasePrByComments.yml index 6edb3e4..d8f494d 100644 --- a/.github/workflows/RebasePrByComments.yml +++ b/.github/workflows/RebasePrByComments.yml @@ -59,7 +59,7 @@ jobs: core.setOutput('head', triggeredPR.head.ref) core.setOutput('base', triggeredPR.base.ref) - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/SVGUpdate.yml b/.github/workflows/SVGUpdate.yml index 5c2be54..0675d0c 100644 --- a/.github/workflows/SVGUpdate.yml +++ b/.github/workflows/SVGUpdate.yml @@ -21,7 +21,7 @@ jobs: runs-on: windows-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/TriggerMergeByComments.yml b/.github/workflows/TriggerMergeByComments.yml index 85802f4..bb7ee3b 100644 --- a/.github/workflows/TriggerMergeByComments.yml +++ b/.github/workflows/TriggerMergeByComments.yml @@ -112,7 +112,7 @@ jobs: core.setOutput('head', triggeredPR.head.ref) core.setOutput('base', triggeredPR.base.ref) - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/UpdateReviewSessionFilesPullRequestsBaseCommit.yml b/.github/workflows/UpdateReviewSessionFilesPullRequestsBaseCommit.yml index 63b0500..2fcd351 100644 --- a/.github/workflows/UpdateReviewSessionFilesPullRequestsBaseCommit.yml +++ b/.github/workflows/UpdateReviewSessionFilesPullRequestsBaseCommit.yml @@ -51,7 +51,7 @@ jobs: $prList = $env:jsVar | ConvertFrom-Json echo "count=$($prList.length)" >> $env:GITHUB_OUTPUT - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: ${{ steps.checkNumber.outputs.count > 0}} with: lfs: true diff --git a/.github/workflows/downloadPostCommitXmi.yml b/.github/workflows/downloadPostCommitXmi.yml index c4bf46d..9322468 100644 --- a/.github/workflows/downloadPostCommitXmi.yml +++ b/.github/workflows/downloadPostCommitXmi.yml @@ -26,7 +26,7 @@ jobs: runs-on: windows-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/publishComponents.yml b/.github/workflows/publishComponents.yml index 8208c3c..1f95ce6 100644 --- a/.github/workflows/publishComponents.yml +++ b/.github/workflows/publishComponents.yml @@ -23,7 +23,7 @@ jobs: runs-on: windows-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/publishReviewSession.yml b/.github/workflows/publishReviewSession.yml index 0d57c58..eb6be6c 100644 --- a/.github/workflows/publishReviewSession.yml +++ b/.github/workflows/publishReviewSession.yml @@ -28,7 +28,7 @@ jobs: runs-on: windows-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true fetch-depth: 0 diff --git a/.github/workflows/validateIncQuery.yml b/.github/workflows/validateIncQuery.yml index a7b72a4..4bf0608 100644 --- a/.github/workflows/validateIncQuery.yml +++ b/.github/workflows/validateIncQuery.yml @@ -21,7 +21,7 @@ jobs: runs-on: windows-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: lfs: true fetch-depth: 0