Skip to content

Commit e225d24

Browse files
committed
Update actions checkout and setup-python from v4 to v6
1 parent 8073509 commit e225d24

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Set up Python
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: ${{ env.PYTHON_VERSION }}
3434

@@ -58,13 +58,13 @@ jobs:
5858

5959
steps:
6060
- name: Checkout code
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v6
6262
with:
6363
fetch-depth: 0
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565

6666
- name: Set up Python ${{ matrix.python-version }}
67-
uses: actions/setup-python@v4
67+
uses: actions/setup-python@v6
6868
with:
6969
python-version: ${{ matrix.python-version }}
7070

@@ -122,13 +122,13 @@ jobs:
122122

123123
steps:
124124
- name: Checkout code
125-
uses: actions/checkout@v4
125+
uses: actions/checkout@v6
126126
with:
127127
fetch-depth: 0
128128
token: ${{ secrets.GITHUB_TOKEN }}
129129

130130
- name: Set up Python ${{ matrix.python-version }}
131-
uses: actions/setup-python@v4
131+
uses: actions/setup-python@v6
132132
with:
133133
python-version: ${{ matrix.python-version }}
134134

0 commit comments

Comments
 (0)