Skip to content

Commit 78e057a

Browse files
committed
bump github action major versions
1 parent 92be4b4 commit 78e057a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: contains(github.event.pull_request.labels.*.name, 'preview')
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
1313
- name: Set up Python
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.X'
1717
- name: Install dependencies

0 commit comments

Comments
 (0)