Skip to content

Commit deee126

Browse files
ConchylicultorThe dataclass_array Authors
authored andcommitted
Update github action to actions/checkout@v3
PiperOrigin-RevId: 484225362
1 parent 2c4c002 commit deee126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest_and_autopublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
access_token: ${{ github.token }}
1515

16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
# Install deps
1919
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)