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 cad96e5 commit 60b95c3Copy full SHA for 60b95c3
.github/workflows/cicd.yaml
@@ -21,7 +21,7 @@ jobs:
21
build:
22
runs-on: ubuntu-latest
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
- uses: actions/setup-node@v4
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@85b17ebd5abf43d1c34c01bd4c8dbb8d45bbc2c7 # v43.0.7
configurationFile: .github/renovate.json
0 commit comments