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 e203605 commit 2cf4b18Copy full SHA for 2cf4b18
.github/workflows/onpush.yml
@@ -19,7 +19,7 @@ jobs:
19
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
20
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
24
- name: Set up Python 3.9
25
uses: actions/setup-python@v4
.github/workflows/pypi_release.yml
@@ -15,7 +15,7 @@ jobs:
15
max-parallel: 4
16
17
18
0 commit comments