Skip to content

Commit cb21fdf

Browse files
Merge pull request #112 from salmanmkc:upgrade-github-actions-node24
PiperOrigin-RevId: 845815649
2 parents a1d29b8 + 8bceea8 commit cb21fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest_and_autopublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
cancel-in-progress: true
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
# Install deps
19-
- uses: actions/setup-python@v5
19+
- uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.11"
2222
# Uncomment to cache of pip dependencies (if tests too slow)

0 commit comments

Comments
 (0)