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 d6d32b2 commit 74dfeb5Copy full SHA for 74dfeb5
.github/workflows/test_release.yml
@@ -16,9 +16,9 @@ jobs:
16
lint:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout
+ - uses: actions/checkout@v3
20
- name: Setup Python
21
- uses: actions/setup-python
+ uses: actions/setup-python@v4
22
- name: Install Dependencies
23
run: pip install tox
24
- name: Flake8
@@ -84,9 +84,9 @@ jobs:
84
if: github.event_name == 'schedule' && github.repository == 'aws/sagemaker-experiments'
85
86
87
88
89
90
with:
91
python-version: '3.x'
92
0 commit comments