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 ecd2da6 + 03636f3 commit 8013980Copy full SHA for 8013980
2 files changed
.github/workflows/exec.yml
@@ -23,7 +23,7 @@ jobs:
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
27
28
# Runs a single command using the runners shell
29
- name: Run a one-line script
renovate.json
@@ -0,0 +1,5 @@
1
+{
2
+ "extends": [
3
+ "config:base"
4
+ ]
5
+}
0 commit comments