Skip to content

Commit aba9753

Browse files
authored
Merge branch 'master' into fix-convt
2 parents 4e9de26 + 733005e commit aba9753

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository and submodules
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v4
1919
with:
2020
submodules: recursive
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v3
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Cache pip
26-
uses: actions/cache@v2
26+
uses: actions/cache@v4
2727
with:
2828
# This path is specific to Ubuntu
2929
path: ~/.cache/pip

0 commit comments

Comments
 (0)