Skip to content

Commit 26429d8

Browse files
ci: bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acfb2eb commit 26429d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: "!contains(github.event.head_commit.message, 'ci skip')"
3636

3737
steps:
38-
- uses: actions/checkout@v2.4.0
38+
- uses: actions/checkout@v3
3939

4040
- name: Set up Python
4141
uses: actions/setup-python@v3

.github/workflows/verify_library_structure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: "!contains(github.event.head_commit.message, 'ci skip')"
1414

1515
steps:
16-
- uses: actions/checkout@v2.4.0
16+
- uses: actions/checkout@v3
1717

1818
- name: Set up Python
1919
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)