Skip to content

Commit

Permalink
add version numbers to uses statements
Browse files Browse the repository at this point in the history
  • Loading branch information
danabens committed Mar 2, 2023
1 parent d6d32b2 commit 74dfeb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python
uses: actions/setup-python@v4
- name: Install Dependencies
run: pip install tox
- name: Flake8
Expand Down Expand Up @@ -84,9 +84,9 @@ jobs:
if: github.event_name == 'schedule' && github.repository == 'aws/sagemaker-experiments'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Dependencies
Expand Down

0 comments on commit 74dfeb5

Please sign in to comment.