We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d640f7c commit 1fa61bfCopy full SHA for 1fa61bf
.github/workflows/bc-check.yml
@@ -19,7 +19,7 @@ jobs:
19
name: "Roave BC Check"
20
runs-on: "ubuntu-22.04"
21
steps:
22
- - uses: "actions/checkout@v5"
+ - uses: "actions/checkout@v6"
23
with:
24
fetch-depth: 0
25
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
26
- name: "Checkout"
27
- uses: "actions/checkout@v5"
+ uses: "actions/checkout@v6"
28
29
fetch-depth: 2
30
.github/workflows/coding-standards.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Checkout
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
0 commit comments