Skip to content

Commit 149720b

Browse files
chore(deps): update actions/checkout digest to 08eba0b
1 parent 710ae5a commit 149720b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on_command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
57+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5858

5959
- name: Get PR branch
6060
id: branch

.github/workflows/on_label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
permission: write
2929

3030
- name: Checkout
31-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
31+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3232

3333
- name: Create backport PR
3434
id: backport
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
51+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5252

5353
- name: Get PR branch
5454
id: branch

0 commit comments

Comments
 (0)