File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v5
1414 - name : Setup JetBrains Runtime (JBR)
1515 uses : ./.github/actions/setup-jbr
1616 - name : Set up Elixir
3434 run : ./gradlew --stacktrace test
3535 verifyPlugin :
3636 runs-on : ubuntu-latest
37-
3837 steps :
39- - uses : actions/checkout@v2
38+ - uses : actions/checkout@v5
4039 - name : Setup JetBrains Runtime (JBR)
4140 uses : ./.github/actions/setup-jbr
4241 - name : Grant execute permission for gradlew
4645 release :
4746 needs : [ test, verifyPlugin ]
4847 runs-on : ubuntu-latest
49-
5048 steps :
51- - uses : actions/checkout@v2
49+ - uses : actions/checkout@v5
5250 - name : Setup JetBrains Runtime (JBR)
5351 uses : ./.github/actions/setup-jbr
5452 - name : Grant execute permission for gradlew
8684 asset_path : ${{ env.ASSET_PATH }}
8785 asset_name : ${{ env.ASSET_NAME }}
8886 asset_content_type : application/zip
89- - name : Publish
90- env :
91- JET_BRAINS_MARKETPLACE_TOKEN : ${{ secrets.JetBrainsMarketplaceToken }}
92- run : ./gradlew --stacktrace publishPlugin
You can’t perform that action at this time.
0 commit comments