File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Update the ${{ env.TAG_NAME }} tag
23- uses : actions/publish-action@v0.3 .0
23+ uses : actions/publish-action@v0.4 .0
2424 with :
2525 source-tag : ${{ env.TAG_NAME }}
Original file line number Diff line number Diff line change 1111 name : Test the action on success
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515
1616 - name : Success
1717 run : exit 0
2929 name : Test the action on failure
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333
3434 - name : Failure
3535 run : exit 1
Original file line number Diff line number Diff line change 11# macOS system files
22.DS_Store
3+ node_modules
Original file line number Diff line number Diff line change 88 slack-channel :
99 description : ' Destination channel to send messages'
1010runs :
11- using : ' node20 '
11+ using : ' node24 '
1212 main : ' index.js'
You can’t perform that action at this time.
0 commit comments