99 github.sha }}\" >> $GITHUB_ENV\n else\n echo \" target_commit=${{ github.event.pull_request.head.sha
1010 }}\" >> $GITHUB_ENV\n fi\n "
1111 - name : Git checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 with :
1414 fetch-depth : 0
1515 ref : ${{ env.target_commit }}
2323 }}\" >> $GITHUB_ENV\n else\n echo \" tested_commit=$merge_commit\" >> $GITHUB_ENV\n \
2424 \ fi\n fi\n "
2525 - name : Git checkout
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v6
2727 with :
2828 fetch-depth : 0
2929 ref : ${{ env.tested_commit }}
6868 github.sha }}\" >> $GITHUB_ENV\n else\n echo \" target_commit=${{ github.event.pull_request.head.sha
6969 }}\" >> $GITHUB_ENV\n fi\n "
7070 - name : Git checkout
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v6
7272 with :
7373 fetch-depth : 0
7474 ref : ${{ env.target_commit }}
8282 }}\" >> $GITHUB_ENV\n else\n echo \" tested_commit=$merge_commit\" >> $GITHUB_ENV\n \
8383 \ fi\n fi\n "
8484 - name : Git checkout
85- uses : actions/checkout@v4
85+ uses : actions/checkout@v6
8686 with :
8787 fetch-depth : 0
8888 ref : ${{ env.tested_commit }}
@@ -150,7 +150,7 @@ jobs:
150150 github.sha }}\" >> $GITHUB_ENV\n else\n echo \" target_commit=${{ github.event.pull_request.head.sha
151151 }}\" >> $GITHUB_ENV\n fi\n "
152152 - name : Git checkout
153- uses : actions/checkout@v4
153+ uses : actions/checkout@v6
154154 with :
155155 fetch-depth : 0
156156 ref : ${{ env.target_commit }}
@@ -164,7 +164,7 @@ jobs:
164164 }}\" >> $GITHUB_ENV\n else\n echo \" tested_commit=$merge_commit\" >> $GITHUB_ENV\n \
165165 \ fi\n fi\n "
166166 - name : Git checkout
167- uses : actions/checkout@v4
167+ uses : actions/checkout@v6
168168 with :
169169 fetch-depth : 0
170170 ref : ${{ env.tested_commit }}
@@ -200,13 +200,17 @@ on:
200200 pull_request :
201201 paths :
202202 - .github/workflows/nix-action-rocq-9.1.yml
203+ branches :
204+ - ' 9.1'
203205 pull_request_target :
204206 paths-ignore :
205207 - .github/workflows/nix-action-rocq-9.1.yml
206208 types :
207209 - opened
208210 - synchronize
209211 - reopened
212+ branches :
213+ - ' 9.1'
210214 push :
211215 branches :
212216 - ' 9.1'
0 commit comments