Skip to content

Commit 6780686

Browse files
chore(deps): update actions/checkout digest to 08eba0b
1 parent b68023a commit 6780686

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
any-workspace: ${{ steps.filter.outputs.any-workspace }}
2020
packages: ${{ steps.filter.outputs.changes }}
2121
steps:
22-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2323
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2424
with:
2525
cache: 'npm'
@@ -72,7 +72,7 @@ jobs:
7272
- package: any-workspace
7373
name: Test ${{ matrix.package }}
7474
steps:
75-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
75+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
7676
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
7777
with:
7878
cache: 'npm'

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
commitlint:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
11+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1212
- uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99 # v5

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
git config --global user.name 'GitHub Actions'
5252
git config --global user.email 'github-actions@localhost'
5353
54-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
54+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5555
with:
5656
token: ${{ secrets.PAT_RELEASE_PUSH }} # persists the token for pushing to the repo later
5757

.github/workflows/update-i18n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
update-i18n:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2020
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2121
with:
2222
cache: 'npm'

0 commit comments

Comments
 (0)