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 34dc234 commit 5bfe188Copy full SHA for 5bfe188
.github/workflows/cicd.yaml
@@ -21,7 +21,7 @@ jobs:
21
build:
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
- uses: actions/setup-node@v3
26
with:
27
node-version-file: .nvmrc
.github/workflows/renovate.yaml
@@ -16,7 +16,7 @@ jobs:
16
renovate:
17
18
19
20
- uses: renovatebot/github-action@3cef36a9aba515d8726b491905b3bc766832e221 # v39.0.5
configurationFile: .github/renovate.json
0 commit comments