Skip to content

Commit 51e971a

Browse files
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7e3693 commit 51e971a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Gather Environments
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
- name: Cache pip
2121
uses: actions/cache@v4
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
environment: ${{ fromJSON(needs.get_default_envs.outputs.environments) }}
5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454

5555
- name: Get tags
5656
run: git fetch --force --tags origin
@@ -124,7 +124,7 @@ jobs:
124124
if: startsWith(github.ref, 'refs/tags/')
125125
steps:
126126
- name: Checkout
127-
uses: actions/checkout@v5
127+
uses: actions/checkout@v6
128128

129129
- name: Build Changelog
130130
id: github_release

.github/workflows/cpplint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- name: Set up Python
1212
uses: actions/setup-python@v5
1313
with:

.github/workflows/yarnlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
working-directory: webapp
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: Enable Corepack
1616
run: corepack enable
1717
- name: Setup Node.js and yarn

.github/workflows/yarnprettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
working-directory: webapp
1212

1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: Enable Corepack
1616
run: corepack enable
1717
- name: Setup Node.js and yarn

0 commit comments

Comments
 (0)