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.
2 parents 4f76bac + b04fa6d commit bf959aaCopy full SHA for bf959aa
2 files changed
.github/workflows/code-check.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout to vrelease-py
25
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
26
27
- name: Set up Python 3.8
28
uses: actions/setup-python@v6
.github/workflows/run-test.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
- name: Configure git
36
run: |
0 commit comments