mirror of
https://github.com/actions/setup-python
synced 2025-04-05 23:09:44 +00:00
update actions/checkout to v4 (#761)
This commit is contained in:
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
operating-system: [ubuntu-20.04, windows-latest]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run with setup-python 3.5
|
||||
uses: ./
|
||||
|
Reference in New Issue
Block a user