Skip to content

Commit

Permalink
Update Github Actions to use more recent versions of checkout and set…
Browse files Browse the repository at this point in the history
…up-python

PiperOrigin-RevId: 596885805
  • Loading branch information
tomvdw authored and SeqIO committed Jan 10, 2024
1 parent e5e5952 commit facb771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install dependencies
Expand Down

0 comments on commit facb771

Please sign in to comment.