We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd99d55 commit e824908Copy full SHA for e824908
3 files changed
.github/workflows/cli_tests.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-22.04
19
steps:
20
- name: Checkout repository
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
23
- name: Install pnpm
24
uses: pnpm/action-setup@v3
.github/workflows/js_sdk_tests.yml
@@ -21,7 +21,7 @@ jobs:
25
26
27
.github/workflows/python_sdk_tests.yml
- name: Set up Python
uses: actions/setup-python@v4
0 commit comments