Skip to content

Commit 3ac3262

Browse files
Update actions/checkout digest to 08eba0b
1 parent 9d6b2ea commit 3ac3262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1515
with:
1616
fetch-depth: '0'
1717

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1414
with:
1515
fetch-depth: '0'
1616

0 commit comments

Comments
 (0)