File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 # This actions creates the github token using the postgrest app secrets
2929 - name : Create Github App Token
3030 id : app-token
31- uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
31+ uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
3232 with :
3333 app-id : ${{ vars.POSTGREST_CI_APP_ID }}
3434 private-key : ${{ secrets.POSTGREST_CI_PRIVATE_KEY }}
3838
3939 # This is required for backport action to cherry-pick the PR
4040 - name : Fetch PR ref
41- uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
41+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4242 with :
4343 ref : ${{ github.event.pull_request.head.sha }}
4444 token : ${{ steps.app-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments