Skip to content

Commit 78ee45f

Browse files
authored
Merge pull request #31 from lsst-it/modulesync
modulesync 9.3.0
2 parents 067586e + 13b4c93 commit 78ee45f

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.github/workflows/markdownlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
markdownlint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- name: Run mdl
1515
uses: actionshub/markdownlint@main

.github/workflows/pr_labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
label:
88
runs-on: "ubuntu-latest"
99
steps:
10-
- uses: "mheap/github-action-required-labels@v3"
10+
- uses: "mheap/github-action-required-labels@v5"
1111
with:
1212
mode: "exactly"
1313
count: 1

.github/workflows/shellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
shellcheck:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- name: Run ShellCheck
1515
uses: ludeeus/action-shellcheck@master

.github/workflows/yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
yamllint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- name: Run yamllint
1515
uses: bewuethr/yamllint-action@v1

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"labels": ["enhancement"]
7+
}

0 commit comments

Comments
 (0)