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 f620082 + e90366b commit 4df6dfcCopy full SHA for 4df6dfc
.github/workflows/publish_to_jfrog_and_pypi.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
# Check out the code from the repository
31
- name: Checkout repository
32
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
33
34
- uses: actions/setup-python@v4
35
with:
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
run: echo "start_time=$(date +%s)" >> $GITHUB_OUTPUT
18
19
20
21
22
fetch-depth: 0
23
0 commit comments