Skip to content

Commit

Permalink
Bump GHA actions/checkout to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseFarebro committed Mar 31, 2020
1 parent 38251ed commit ac4a7bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ale-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
name: Install Python ${{ matrix.python_version }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Presubmit check
run: ./scripts/presubmit.sh
- name: Install dependencies on Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ale-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Release ale-py
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: ./.github/actions/download-release-asset
name: Download ale-py release asset
with:
Expand Down

0 comments on commit ac4a7bc

Please sign in to comment.