Skip to content

Commit 1c65a28

Browse files
salmanmkccopybara-github
authored andcommitted
Copybara import of the project:
-- 93ec532 by Salman Muin Kayser Chishti <13schishti@gmail.com>: Upgrade GitHub Actions for Node 24 compatibility COPYBARA_INTEGRATE_REVIEW=#26 from salmanmkc:upgrade-github-actions-node24 93ec532 PiperOrigin-RevId: 846463747 Change-Id: If9ce7a7cd081778c4aa17cfdedb3353bfecccf59
1 parent 6822eba commit 1c65a28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/presubmit_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
python-version: ["3.10", "3.11", "3.12", "3.13"]
2424
os: [ubuntu-latest]
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install hatch

0 commit comments

Comments
 (0)