We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2956d94 + 786175a commit ea6e1acCopy full SHA for ea6e1ac
2 files changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
python-version: '3.11.4'
16
17
- name: Checkout code
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
20
- name: Build project # This would actually build your project, using zip for an example artifact
21
run: |
.github/workflows/test.yml
- name: Check out code
- name: Test
0 commit comments