We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22dd97 commit 7b086e2Copy full SHA for 7b086e2
.github/workflows/dependency-automerge.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
# ✅ Step 1: Checkout the repo (Fixes "not a git repository" issue)
22
- name: Checkout Repository
23
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
24
25
# ✅ Step 2: Authenticate GitHub CLI (Ensure gh CLI works)
26
- name: Authenticate GitHub CLI
.github/workflows/test-coverage.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: [ 'lts/*', 'current' ]
17
18
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
0 commit comments