Skip to content

Commit 29abf1f

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Update github actions to fix deprecation warnings
PiperOrigin-RevId: 490491877
1 parent deee126 commit 29abf1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pytest_and_autopublish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 30
1010

11-
steps:
12-
- uses: styfle/[email protected]
13-
with:
14-
access_token: ${{ github.token }}
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
1514

15+
steps:
1616
- uses: actions/checkout@v3
1717

1818
# Install deps
19-
- uses: actions/setup-python@v2
19+
- uses: actions/setup-python@v4
2020
with:
2121
python-version: 3.7
2222
- run: pip --version

0 commit comments

Comments
 (0)