File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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.0
18+ - uses : actions/checkout@v4.1.1
1919 - name : Set up Python
2020 uses : actions/setup-python@v4
2121 with :
7676 needs : test
7777 runs-on : ubuntu-latest
7878 steps :
79- - uses : actions/checkout@v4.1.0
79+ - uses : actions/checkout@v4.1.1
8080 - name : Download coverage reports
8181 uses : actions/download-artifact@v3
8282 with :
9999 ports :
100100 - " 3000:3000"
101101 steps :
102- - uses : actions/checkout@v4.1.0
102+ - uses : actions/checkout@v4.1.1
103103 - name : Set up Python
104104 uses : actions/setup-python@v4
105105 with :
Original file line number Diff line number Diff line change 77 if : " !contains(github.event.head_commit.message, 'chore: prepare release')" # Skip merges from releases
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4.1.0
10+ - uses : actions/checkout@v4.1.1
1111 with :
1212 fetch-depth : 0
1313 token : ${{ secrets.PAT }}
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.0
9+ - uses : actions/checkout@v4.1.1
1010 with :
1111 fetch-depth : 0
1212 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1010 if : github.head_ref == 'release' && github.event.pull_request.merged == true
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4.1.0
13+ - uses : actions/checkout@v4.1.1
1414 with :
1515 fetch-depth : 0
1616 token : ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments