diff --git a/.github/workflows/build-container-reusable.yml b/.github/workflows/build-container-reusable.yml index d7360e0b9..fc55e6bda 100644 --- a/.github/workflows/build-container-reusable.yml +++ b/.github/workflows/build-container-reusable.yml @@ -30,7 +30,7 @@ jobs: name: ${{ format('{0} / {1}', inputs.container-runtime, inputs.test-group-name) }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 if: ${{ inputs.mode != 'test-only' }} diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index 20c6a435b..ba4e7f54e 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -24,7 +24,7 @@ jobs: name: ${{ inputs.os }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Install net10.0 diff --git a/.github/workflows/cherry-pick-pr-for-label.yml b/.github/workflows/cherry-pick-pr-for-label.yml index ef2bf9455..b6d56f5c1 100644 --- a/.github/workflows/cherry-pick-pr-for-label.yml +++ b/.github/workflows/cherry-pick-pr-for-label.yml @@ -7,7 +7,7 @@ jobs: name: Cherry pick PR commits for label runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Cherry Pick PR for label uses: EventStore/Automations/cherry-pick-pr-for-label@master with: diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index e368e54bd..652df3b2d 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -32,7 +32,7 @@ jobs: name: C# Quality steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Install net10.0 @@ -72,7 +72,7 @@ jobs: name: Scan for Vulnerabilities steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install net10.0 uses: actions/setup-dotnet@v5 with: @@ -96,7 +96,7 @@ jobs: name: Protolock Status steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Protolock Status shell: bash run: | @@ -106,7 +106,7 @@ jobs: name: Docker Compose Smoke Test steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Github Registry Docker Login uses: docker/login-action@v4 with: diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 47f92562f..6da05b45f 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -9,7 +9,7 @@ jobs: run: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - uses: FantasticFiasco/action-update-license-year@v3