Skip to content

Commit e24fc3b

Browse files
authored
Merge pull request #155 from EventTriangle/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 7b00461 + e4f768c commit e24fc3b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/angular-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- windows-latest
2626
steps:
2727
- name: 'Checkout'
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929

3030
- name: 'Setup Node.js 18.x'
3131
uses: actions/setup-node@v4

.github/workflows/auth-build-and-test.yml

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

3535
steps:
3636
- name: Fetch Sources
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 0
4040

.github/workflows/compose-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- ubuntu-latest
2222
steps:
2323
- name: 'Checkout'
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/consumer-build-and-test.yml

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

4242
steps:
4343
- name: Fetch Sources
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v6
4545
with:
4646
fetch-depth: 0
4747

.github/workflows/sender-build-and-test.yml

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

4141
steps:
4242
- name: Fetch Sources
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444
with:
4545
fetch-depth: 0
4646

0 commit comments

Comments
 (0)