mirror of
https://github.com/google-deepmind/alphafold3.git
synced 2026-06-02 11:54:36 +08:00
Upgrade GitHub Actions to the latest version (v6)
Thanks to salmanmkc@ who suggested this in https://github.com/google-deepmind/alphafold3/pull/571. PiperOrigin-RevId: 854113440 Change-Id: Ib71810028c7492604978eb1c2f9e46d5f57486b5
This commit is contained in:
committed by
Copybara-Service
parent
8eaae04e1d
commit
a701815575
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -21,9 +21,9 @@ jobs:
|
||||
python-version: '3.11'
|
||||
os: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user