Skip to content

Commit 9a27d4d

Browse files
build(deps): update actions/checkout digest to 08eba0b (#566)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d04eacd commit 9a27d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
release-type: node
7474
- id: checkout
7575
name: Checkout
76-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
76+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7777
with:
7878
persist-credentials: false
7979
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- id: checkout
3939
name: Checkout
40-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
40+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4141
with:
4242
persist-credentials: false
4343
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)