Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-container-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cherry-pick-pr-for-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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: |
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading