File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 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.1.1
18+ - uses : actions/checkout@v4.1.3
1919 - name : Set up Python
2020 uses : actions/setup-python@v5.1.0
2121 with :
7979 needs : test
8080 runs-on : ubuntu-latest
8181 steps :
82- - uses : actions/checkout@v4.1.1
82+ - uses : actions/checkout@v4.1.3
8383 - uses : actions/setup-python@v5
8484 with :
8585 python-version : " 3.12"
@@ -129,7 +129,7 @@ jobs:
129129 ports :
130130 - " 3000:3000"
131131 steps :
132- - uses : actions/checkout@v4.1.1
132+ - uses : actions/checkout@v4.1.3
133133 - name : Set up Python
134134 uses : actions/setup-python@v5.1.0
135135 with :
Original file line number Diff line number Diff line change 66 release :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4.1.1
9+ - uses : actions/checkout@v4.1.3
1010 with :
1111 fetch-depth : 0
1212 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1212 permissions :
1313 id-token : write
1414 steps :
15- - uses : actions/checkout@v4.1.1
15+ - uses : actions/checkout@v4.1.3
1616 with :
1717 fetch-depth : 0
1818 token : ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments