Skip to content

Commit f8f2022

Browse files
chore(deps): update all dependencies
1 parent e8cb0e3 commit f8f2022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backport.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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 }}
@@ -38,7 +38,7 @@ jobs:
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@033fa0dc0b82693d8986f1016a0ec2c5e7d9cbb1
4242
with:
4343
ref: ${{ github.event.pull_request.head.sha }}
4444
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)