Skip to content

Commit 92334e9

Browse files
mbrukmancopybara-github
authored andcommitted
Update GitHub Actions to checkout@v4 and setup-python@v5
PiperOrigin-RevId: 638207877
1 parent b172f5a commit 92334e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
uses: styfle/cancel-workflow-action@0.8.0
2424
with:
2525
access_token: ${{ github.token }}
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v1
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
- name: Install dependencies

0 commit comments

Comments
 (0)