Skip to content

Commit 12f3c5b

Browse files
chore(deps): update actions/checkout digest to df4cb1c
1 parent 5c3a536 commit 12f3c5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/diff-generated-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111

1212
steps:
1313
- name: Checkout PR branch
14-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1515
with:
1616
ref: ${{ github.event.pull_request.head.sha }}
1717
path: pr-branch
1818

1919
- name: Checkout target branch
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2121
with:
2222
ref: ${{ github.event.pull_request.base.sha }}
2323
path: base-branch

0 commit comments

Comments
 (0)