Skip to content

Commit a701815

Browse files
Augustin-Zidekcopybara-github
authored andcommitted
Upgrade GitHub Actions to the latest version (v6)
Thanks to salmanmkc@ who suggested this in #571. PiperOrigin-RevId: 854113440 Change-Id: Ib71810028c7492604978eb1c2f9e46d5f57486b5
1 parent 8eaae04 commit a701815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
python-version: '3.11'
2222
os: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies

0 commit comments

Comments
 (0)