We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ca817 commit b072297Copy full SHA for b072297
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- name: Set up Python
13
uses: actions/setup-python@v4
14
with:
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Checkout code
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
- name: get commit message
20
run: |
21
echo $commitmsg
0 commit comments