Skip to content

Commit 154ca01

Browse files
chore(deps): update actions/checkout action to v6 (#89)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 89354d5 commit 154ca01

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: 'Lint: node-18, ubuntu-latest'
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
16+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1717
with:
1818
fetch-depth: 0
1919

@@ -34,7 +34,7 @@ jobs:
3434
name: 'Format: node-18, ubuntu-latest'
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
37+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3838
with:
3939
fetch-depth: 0
4040

@@ -55,7 +55,7 @@ jobs:
5555
name: 'TS-Check Tests: node-18, ubuntu-latest'
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
58+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
5959
with:
6060
fetch-depth: 0
6161

0 commit comments

Comments
 (0)