Skip to content

Commit a2cc9cc

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#409)
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 71b0e69 commit a2cc9cc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release_body: ${{ steps.git-cliff.outputs.content }}
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919

@@ -34,7 +34,7 @@ jobs:
3434
TARGET: [x86_64-unknown-linux-gnu]
3535
steps:
3636
- name: Checkout the repository
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838

3939
- name: Set the release version
4040
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-20.04
9999
steps:
100100
- name: Checkout the repository
101-
uses: actions/checkout@v6
101+
uses: actions/checkout@v7
102102

103103
- name: Install dependencies
104104
run: |

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
steps:
2020
- name: Checkout the repository
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222

2323
- name: Install dependencies
2424
run: |
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout the repository
55-
uses: actions/checkout@v6
55+
uses: actions/checkout@v7
5656

5757
- name: Install dependencies
5858
run: |

0 commit comments

Comments
 (0)