Skip to content

Commit d0d2986

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#463)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d8cbe2 commit d0d2986

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/node.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeout-minutes: 15
2020

2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
with:
2424
persist-credentials: false
2525
- name: Use Node.js
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 15
5151

5252
steps:
53-
- uses: actions/checkout@v6
53+
- uses: actions/checkout@v7
5454
with:
5555
persist-credentials: false
5656
- name: Use Node.js
@@ -86,7 +86,7 @@ jobs:
8686
# - timeline-state-resolver-api
8787

8888
steps:
89-
- uses: actions/checkout@v6
89+
- uses: actions/checkout@v7
9090
with:
9191
persist-credentials: false
9292
- name: Use Node.js ${{ matrix.node-version }}
@@ -134,7 +134,7 @@ jobs:
134134
- timeline-state-resolver-api
135135

136136
steps:
137-
- uses: actions/checkout@v6
137+
- uses: actions/checkout@v7
138138
with:
139139
persist-credentials: false
140140
- name: Use Node.js
@@ -174,7 +174,7 @@ jobs:
174174
- timeline-state-resolver-api
175175

176176
steps:
177-
- uses: actions/checkout@v6
177+
- uses: actions/checkout@v7
178178
with:
179179
persist-credentials: false
180180
- name: Use Node.js

.github/workflows/prune-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 15
2525
steps:
2626
- name: Checkout repo with all tags
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 0
3030
persist-credentials: false

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# - timeline-state-resolver-api
6262

6363
steps:
64-
- uses: actions/checkout@v6
64+
- uses: actions/checkout@v7
6565
with:
6666
persist-credentials: false
6767
- name: Use Node.js ${{ matrix.node-version }}
@@ -92,7 +92,7 @@ jobs:
9292
if: ${{ needs.check-publish.outputs.can-publish == '1' }}
9393

9494
steps:
95-
- uses: actions/checkout@v6
95+
- uses: actions/checkout@v7
9696
with:
9797
fetch-depth: 0
9898
persist-credentials: false
@@ -161,7 +161,7 @@ jobs:
161161
id-token: write # scoped for as short as possible, as this gives write access to npm
162162

163163
steps:
164-
- uses: actions/checkout@v6
164+
- uses: actions/checkout@v7
165165
with:
166166
fetch-depth: 0
167167
persist-credentials: false

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.repository_owner == 'Sofie-Automation' }}
2121

2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
with:
2525
# Disabling shallow clone is recommended for improving relevancy of reporting
2626
fetch-depth: 0

0 commit comments

Comments
 (0)