We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acad32f commit 9c6015eCopy full SHA for 9c6015e
1 file changed
README.md
@@ -38,11 +38,11 @@ jobs:
38
Pull-request-files-check:
39
runs-on: ubuntu-latest
40
steps:
41
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
42
with:
43
ref: ${{ github.head_ref }}
44
fetch-depth: 0
45
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
46
47
python-version: "3.7"
48
- name: Get the commit message
0 commit comments