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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
18+ - uses : actions/checkout@v4.1.0
1919 - name : Set up Python
2020 uses : actions/setup-python@v4
2121 with :
7979 needs : test
8080 runs-on : ubuntu-latest
8181 steps :
82- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
82+ - uses : actions/checkout@v4.1.0
8383 - name : Download coverage reports
8484 uses : actions/download-artifact@v3
8585 with :
@@ -102,7 +102,7 @@ jobs:
102102 ports :
103103 - " 3000:3000"
104104 steps :
105- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
105+ - uses : actions/checkout@v4.1.0
106106 - name : Set up Python
107107 uses : actions/setup-python@v4
108108 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
10+ - uses : actions/checkout@v4.1.0
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
9+ - uses : actions/checkout@v4.1.0
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
13+ - uses : actions/checkout@v4.1.0
1414 with :
1515 fetch-depth : 0
1616 token : ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments