Skip to content

Commit 1c507e3

Browse files
committed
Update format-suggest action version
1 parent 0b7b6c8 commit 1c507e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/format-suggest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
pull-requests: write
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v7
3232
with:
3333
ref: ${{ github.event.pull_request.head.sha }}
34+
allow-unsafe-pr-checkout: true
3435

3536
- name: Install
3637
uses: posit-dev/setup-air@v1

0 commit comments

Comments
 (0)