1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 23:03:53 -05:00

Merge pull request #1461 from ydah/update_actions-checkput

Update actions/checkout version to v3
This commit is contained in:
Mislav Marohnić
2022-11-22 17:33:14 +01:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Install bats - name: Install bats
run: git clone --depth 1 https://github.com/sstephenson/bats.git run: git clone --depth 1 https://github.com/sstephenson/bats.git
- name: Run tests - name: Run tests