Skip to content

Commit 8ccbca9

Browse files
dependabot[bot]ctron
authored andcommitted
build(deps): bump actions/checkout from 6 to 7
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>
1 parent 6258784 commit 8ccbca9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fmt:
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121

2222
- uses: webiny/action-conventional-commits@v1.4.2
2323

@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ${{ matrix.os }}
5252

5353
steps:
54-
- uses: actions/checkout@v6
54+
- uses: actions/checkout@v7
5555

5656
- name: Configure vcpkg binary cache
5757
if: runner.os == 'Windows'

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
steps:
116116
- name: Checkout
117-
uses: actions/checkout@v6
117+
uses: actions/checkout@v7
118118
with:
119119
fetch-depth: 0
120120

@@ -207,7 +207,7 @@ jobs:
207207
steps:
208208

209209
- name: Checkout
210-
uses: actions/checkout@v6
210+
uses: actions/checkout@v7
211211
with:
212212
fetch-depth: 0
213213

0 commit comments

Comments
 (0)