Skip to content

Commit c34fc87

Browse files
chore(deps): update actions/checkout action to v7
1 parent 34c4992 commit c34fc87

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
with:
2727
# Make sure the actual branch is checked out when running on pull requests
2828
ref: ${{ github.head_ref }}
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@v6
64+
uses: actions/checkout@v7
6565
with:
6666
# Make sure the actual branch is checked out when running on pull requests
6767
ref: ${{ github.head_ref }}
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Checkout
94-
uses: actions/checkout@v6
94+
uses: actions/checkout@v7
9595
with:
9696
# Make sure the actual branch is checked out when running on pull requests
9797
ref: ${{ github.head_ref }}
@@ -113,7 +113,7 @@ jobs:
113113

114114
steps:
115115
- name: Checkout
116-
uses: actions/checkout@v6
116+
uses: actions/checkout@v7
117117
with:
118118
# Make sure the actual branch is checked out when running on pull requests
119119
ref: ${{ github.head_ref }}
@@ -135,7 +135,7 @@ jobs:
135135

136136
steps:
137137
- name: Checkout
138-
uses: actions/checkout@v6
138+
uses: actions/checkout@v7
139139
with:
140140
# Make sure the actual branch is checked out when running on pull requests
141141
ref: ${{ github.head_ref }}
@@ -161,7 +161,7 @@ jobs:
161161
- ubuntu-24.04-arm
162162
steps:
163163
- name: Checkout
164-
uses: actions/checkout@v6
164+
uses: actions/checkout@v7
165165
with:
166166
# Make sure the actual branch is checked out when running on pull requests
167167
ref: ${{ github.head_ref }}
@@ -249,7 +249,7 @@ jobs:
249249
contents: write
250250
steps:
251251
- name: Checkout
252-
uses: actions/checkout@v6
252+
uses: actions/checkout@v7
253253
- name: Delete existing nightly release
254254
uses: actions/github-script@v9
255255
with:

.github/workflows/clippy.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@v6
18+
uses: actions/checkout@v7
1919
with:
2020
# Make sure the actual branch is checked out when running on pull requests
2121
ref: ${{ github.head_ref }}

.github/workflows/fmt.yml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
# Make sure the actual branch is checked out when running on pull requests
1919
ref: ${{ github.head_ref }}

.github/workflows/rustdoc.yml

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

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
# Make sure the actual branch is checked out when running on pull requests
2222
ref: ${{ github.head_ref }}

.github/workflows/test.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@v6
18+
uses: actions/checkout@v7
1919
with:
2020
# Make sure the actual branch is checked out when running on pull requests
2121
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)