Skip to content

Commit 7b086e2

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependency-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# ✅ Step 1: Checkout the repo (Fixes "not a git repository" issue)
2222
- name: Checkout Repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
# ✅ Step 2: Authenticate GitHub CLI (Ensure gh CLI works)
2626
- name: Authenticate GitHub CLI

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: [ 'lts/*', 'current' ]
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v6
2222
with:

0 commit comments

Comments
 (0)