Skip to content

Commit a5b5936

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 5af6b62 + c906965 commit a5b5936

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)