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 7272 integration-test-matrix : ' ${{ steps.generate-matrix.outputs.integration-test-matrix }}'
7373 steps :
7474 - name : Checkout repository
75- uses : actions/checkout@v4
75+ uses : actions/checkout@v6
7676 with :
7777 persist-credentials : false
7878 - id : generate-matrix
@@ -101,7 +101,7 @@ jobs:
101101 example-packages-matrix : ' ${{ steps.generate-matrix.outputs.example-packages-matrix }}'
102102 steps :
103103 - name : Checkout repository
104- uses : actions/checkout@v4
104+ uses : actions/checkout@v6
105105 with :
106106 persist-credentials : false
107107 - id : generate-matrix
Original file line number Diff line number Diff line change 7979 integration-test-matrix : ' ${{ steps.generate-matrix.outputs.integration-test-matrix }}'
8080 steps :
8181 - name : Checkout repository
82- uses : actions/checkout@v4
82+ uses : actions/checkout@v6
8383 with :
8484 persist-credentials : false
8585 - id : generate-matrix
@@ -108,7 +108,7 @@ jobs:
108108 example-packages-matrix : ' ${{ steps.generate-matrix.outputs.example-packages-matrix }}'
109109 steps :
110110 - name : Checkout repository
111- uses : actions/checkout@v4
111+ uses : actions/checkout@v6
112112 with :
113113 persist-credentials : false
114114 - id : generate-matrix
Original file line number Diff line number Diff line change 1414 timeout-minutes : 1
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 persist-credentials : false
2020 - name : Check for Semantic Version label
You can’t perform that action at this time.
0 commit comments