Skip to content

Commit 9c6015e

Browse files
update Docs BLD-6292
1 parent acad32f commit 9c6015e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
Pull-request-files-check:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
with:
4343
ref: ${{ github.head_ref }}
4444
fetch-depth: 0
45-
- uses: actions/setup-python@v2
45+
- uses: actions/setup-python@v4
4646
with:
4747
python-version: "3.7"
4848
- name: Get the commit message

0 commit comments

Comments
 (0)