File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Check if this commit is from a merged PR
2121 id : check-pr
22- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
22+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0 .0
2323 with :
2424 result-encoding : string
2525 script : |
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
19+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020
2121 - name : Validate configuration files exist
2222 run : |
Original file line number Diff line number Diff line change 1414 node-version : [8.x]
1515
1616 steps :
17- - uses : actions/checkout@0717577d45739eb3c851188b29f50ed6c0b2194e # v2.8.0
17+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818 - name : Use Node.js ${{ matrix.node-version }}
19- uses : actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1.4.6
19+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2020 with :
2121 node-version : ${{ matrix.node-version }}
2222 - name : npm install
2929 env :
3030 GOOGLE_API_KEY : ${{ secrets.GOOGLE_API_KEY }}
3131 - name : Create Pull Request
32- uses : peter-evans/create-pull-request@18f7dc018cc2cd597073088f7c7591b9d1c02672 # v3.14.0
32+ uses : peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
3333 with :
3434 commit-message : Updated playlists
3535 branch : playlists/patch
Original file line number Diff line number Diff line change 5454 npm install
5555
5656 - name : Checkout pxt-arcade-sim
57- uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
57+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5858 if : env.SIM_DEPLOY_KEY
5959 with :
6060 repository : microsoft/pxt-arcade-sim
9999 npm install
100100
101101 - name : Checkout pxt-arcade-sim
102- uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
102+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
103103 with :
104104 repository : microsoft/pxt-arcade-sim
105105 ref : v0.12.3
Original file line number Diff line number Diff line change 3333 npm install
3434
3535 - name : Checkout pxt-arcade-sim
36- uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
36+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3737 with :
3838 repository : microsoft/pxt-arcade-sim
3939 ref : v0.12.3
Original file line number Diff line number Diff line change 2929 did_tag : ${{ steps.tag-op.outputs.did_tag }}
3030 tag : ${{ steps.tag-op.outputs.tag }}
3131 steps :
32- - uses : actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0
32+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3333 with :
3434 fetch-depth : 0
3535 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments