Skip to content

Commit a11aab5

Browse files
TheZalRevoltTheZal
andauthored
Bump checkout action from v4 to v5 (#3094)
Co-authored-by: riccardo solazzi <rick.zal239@gmail.com>
1 parent fcdbbc0 commit a11aab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Repository
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Set up Python 3.x
1313
uses: actions/setup-python@v5
1414
with:
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout Repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Set up Python 3.x
2828
uses: actions/setup-python@v5
2929
with:
@@ -47,7 +47,7 @@ jobs:
4747
continue-on-error: false
4848
steps:
4949
- name: Checkout Repository
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151
- name: Set Up Python - ${{ matrix.python-version }}
5252
uses: actions/setup-python@v5
5353
with:

0 commit comments

Comments
 (0)