Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 086bf0c

Browse files
chore(deps): update actions/checkout digest to 44c2b7a
1 parent 53c9e11 commit 086bf0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 'Lint: node-20, ubuntu-latest'
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1616

1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v2

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Release
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
1414

1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v3

0 commit comments

Comments
 (0)