File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 os : [ ubuntu-latest, macos-latest, windows-latest ]
1616 runs-on : ${{ matrix.os }}
1717 steps :
18- - uses : actions/checkout@v4.2.2
18+ - uses : actions/checkout@v5.0.0
1919 - name : Set up Python
2020 uses : actions/setup-python@v5.6.0
2121 with :
7474 os : [ ubuntu-latest, macos-latest, windows-latest ]
7575 runs-on : ${{ matrix.os }}
7676 steps :
77- - uses : actions/checkout@v4.2.2
77+ - uses : actions/checkout@v5.0.0
7878 - name : Set up Python
7979 uses : actions/setup-python@v5.6.0
8080 with :
@@ -109,7 +109,7 @@ jobs:
109109 needs : test
110110 runs-on : ubuntu-latest
111111 steps :
112- - uses : actions/checkout@v4.2.2
112+ - uses : actions/checkout@v5.0.0
113113 - uses : actions/setup-python@v5
114114 with :
115115 python-version : " 3.12"
@@ -159,7 +159,7 @@ jobs:
159159 ports :
160160 - " 3000:3000"
161161 steps :
162- - uses : actions/checkout@v4.2.2
162+ - uses : actions/checkout@v5.0.0
163163 - name : Set up Python
164164 uses : actions/setup-python@v5.6.0
165165 with :
Original file line number Diff line number Diff line change 1212 permissions :
1313 id-token : write
1414 steps :
15- - uses : actions/checkout@v4.2.2
15+ - uses : actions/checkout@v5.0.0
1616 - name : Install Hatchling
1717 run : pip install --upgrade hatchling
1818 - name : Build
You can’t perform that action at this time.
0 commit comments