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.
2 parents c6796d0 + 2b2cc99 commit 9e4e026Copy full SHA for 9e4e026
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
- name: Use Node.js
18
- uses: actions/setup-node@v4.2
+ uses: actions/setup-node@v6
19
with:
20
node-version: '20.x'
21
cache: 'npm'
renovate.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended",
+ "config:best-practices",
5
"helpers:pinGitHubActionDigestsToSemver"
6
],
7
"packageRules": [
0 commit comments