Skip to content

Commit caade91

Browse files
Bump actions/checkout from 4 to 6 (#702)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d86fe02 commit caade91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- 6.33.1
3535

3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v6
3838
- name: Read version numbers
3939
run: |
4040
echo ::set-output name=PROTOBUF_VERSION::$(grep "^protobuf>=" test_requirements.txt | cut -f2 -d=)
@@ -70,7 +70,7 @@ jobs:
7070
- 3.14.0
7171
runs-on: ubuntu-24.04
7272
steps:
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v6
7474
- name: Read version numbers
7575
run: |
7676
echo ::set-output name=PYRIGHT_VERSION::$(grep '"pyright"' .github/package.json | cut -d\" -f4)
@@ -93,7 +93,7 @@ jobs:
9393
name: Linting
9494
runs-on: ubuntu-latest
9595
steps:
96-
- uses: actions/checkout@v4
96+
- uses: actions/checkout@v6
9797
- uses: actions/setup-python@v6
9898
with:
9999
python-version: "3.9"
@@ -113,7 +113,7 @@ jobs:
113113
name: Sanity Check Windows Executable
114114
runs-on: windows-latest
115115
steps:
116-
- uses: actions/checkout@v4
116+
- uses: actions/checkout@v6
117117
- uses: actions/setup-python@v6
118118
with:
119119
python-version: "3.9"

0 commit comments

Comments
 (0)