Skip to content

Commit 7a17aa0

Browse files
joshuataylorsh41
authored andcommitted
Bump to actions/checkout@v5
(cherry picked from commit c6de7f2)
1 parent 2092873 commit 7a17aa0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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
@@ -34,9 +34,8 @@ jobs:
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
@@ -46,9 +45,8 @@ jobs:
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
@@ -86,7 +84,3 @@ jobs:
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

0 commit comments

Comments
 (0)