Skip to content

Commit

Permalink
Update actions/checkout action to v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 24, 2022
1 parent e9d63a0 commit be02259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
- uses: actions/[email protected].0
- uses: actions/[email protected].2
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit be02259

Please sign in to comment.