Skip to content

Commit 166e3e1

Browse files
Merge pull request #347 from CodebreakerApp/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a5b6da6 + 28a5796 commit 166e3e1

10 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
- name: Install azd
3030
uses: Azure/setup-azd@v2.2.0
3131
- name: Install .NET Aspire workload

.github/workflows/codebreaker-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
submodules: 'true'
4343

.github/workflows/codebreaker-lib-analyzers-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout to the branch
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
ref: main
2424

.github/workflows/codebreaker-lib-backendmodels-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout to the branch
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
ref: main
2424

.github/workflows/codebreaker-lib-client-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout to the branch
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
ref: main
2424

.github/workflows/codebreaker-lib-cosmos-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout to the branch
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
ref: main
2424

.github/workflows/codebreaker-lib-sqlserver-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout to the branch
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
ref: main
2424

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v5

.github/workflows/createnuget-withbuildnumber.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout to the branch
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
with:
5454
ref: ${{ inputs.branch-name }}
5555

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
submodules: 'true'
3131

0 commit comments

Comments
 (0)