File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : " /"
5+ schedule :
6+ interval : weekly
Original file line number Diff line number Diff line change 7373 - name : Set Action Version
7474 shell : bash
7575 run : |
76- echo "version=2.2.1 " >> $GITHUB_ENV
76+ echo "version=3.0.0 " >> $GITHUB_ENV
7777 - name : Check for reruns
78- uses : pat-s/always-upload-cache@v2
78+ uses : pat-s/always-upload-cache@v3
7979 if : (! inputs.dry_run)
8080 with :
8181 key : rainforest-run-${{ github.run_id }}-${{ github.action }}-${{ github.run_attempt }}
@@ -223,13 +223,13 @@ runs:
223223 with :
224224 args : ${{ steps.validate.outputs.command }}
225225 - name : Archive Rainforest results
226- uses : actions/upload-artifact@v2
226+ uses : actions/upload-artifact@v3
227227 if : (! inputs.dry_run) && steps.validate.outputs.command && always()
228228 with :
229229 name : Test Results
230230 path : results/rainforest/junit.xml
231231 - name : Publish Test Report
232- uses : mikepenz/action-junit-report@v2
232+ uses : mikepenz/action-junit-report@v3
233233 if : (! inputs.dry_run) && steps.validate.outputs.command && always()
234234 with :
235235 check_name : Rainforest Results
You can’t perform that action at this time.
0 commit comments