Skip to content

Commit 1fa61bf

Browse files
chore(deps): Bump actions/checkout from 5 to 6 in the dependencies group (#48)
1 parent d640f7c commit 1fa61bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bc-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: "Roave BC Check"
2020
runs-on: "ubuntu-22.04"
2121
steps:
22-
- uses: "actions/checkout@v5"
22+
- uses: "actions/checkout@v6"
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/ci.yml

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

2525
steps:
2626
- name: "Checkout"
27-
uses: "actions/checkout@v5"
27+
uses: "actions/checkout@v6"
2828
with:
2929
fetch-depth: 2
3030

.github/workflows/coding-standards.yml

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

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 2
2121

0 commit comments

Comments
 (0)