Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 6880bb1

Browse files
chore(deps): update actions/checkout action to v6
1 parent c6fcb7e commit 6880bb1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/composite-actions/cache-and-install/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66

77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v4.2.2
9+
uses: actions/checkout@v6.0.1
1010

1111
- name: Install Node.js
1212
uses: actions/setup-node@v4.1.0

.github/workflows/ci.yaml

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@v4.2.2
14+
uses: actions/checkout@v6.0.1
1515

1616
- name: Setup
1717
uses: ./.github/composite-actions/cache-and-install

.github/workflows/deploy.yaml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4.2.2
16+
uses: actions/checkout@v6.0.1
1717

1818
- name: Setup
1919
uses: ./.github/composite-actions/cache-and-install

0 commit comments

Comments
 (0)