File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.1
18+ - uses : actions/checkout@v4.2.2
1919 - name : Set up Python
2020 uses : actions/setup-python@v5.2.0
2121 with :
7777 needs : test
7878 runs-on : ubuntu-latest
7979 steps :
80- - uses : actions/checkout@v4.2.1
80+ - uses : actions/checkout@v4.2.2
8181 - uses : actions/setup-python@v5
8282 with :
8383 python-version : " 3.12"
@@ -127,7 +127,7 @@ jobs:
127127 ports :
128128 - " 3000:3000"
129129 steps :
130- - uses : actions/checkout@v4.2.1
130+ - uses : actions/checkout@v4.2.2
131131 - name : Set up Python
132132 uses : actions/setup-python@v5.2.0
133133 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.1
15+ - uses : actions/checkout@v4.2.2
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