File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
sed -r -i "s/appVersion: [[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+/appVersion: ${{ inputs.app-version }}/g" charts/pie/Chart.yaml
39
39
sed -r -i "s/ghcr.io\/topolvm\/pie:[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+/ghcr.io\/topolvm\/pie:${{ inputs.app-version }}/g" charts/pie/Chart.yaml
40
40
- name : Issue an access token
41
- uses : actions/create-github-app-token@v1
41
+ uses : actions/create-github-app-token@v2
42
42
id : app-token
43
43
with :
44
44
app-id : ${{ secrets.PROJECT_APP_ID }}
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Issue an access token
14
- uses : actions/create-github-app-token@v1
14
+ uses : actions/create-github-app-token@v2
15
15
id : app-token
16
16
with :
17
17
app-id : ${{ secrets.PROJECT_APP_ID }}
You can’t perform that action at this time.
0 commit comments