Skip to content

Commit 7cfb03f

Browse files
authored
Merge branch 'main' into n8n-workflow-skills
2 parents b290c30 + b312067 commit 7cfb03f

4 files changed

Lines changed: 29 additions & 29 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
contents: read
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141

4242
- name: Setup Node.js
4343
uses: actions/setup-node@v6

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
needs: fork-gate
6262
runs-on: ubuntu-24.04
6363
steps:
64-
- uses: actions/checkout@v6
64+
- uses: actions/checkout@v7
6565
with:
6666
fetch-depth: 0 # full history so we can diff against the base branch
6767

@@ -85,7 +85,7 @@ jobs:
8585
needs: lint-tests
8686
runs-on: ubuntu-24.04
8787
steps:
88-
- uses: actions/checkout@v6
88+
- uses: actions/checkout@v7
8989
with:
9090
fetch-depth: 0 # full history so we can diff against the base branch
9191

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ dependencies = [
99

1010
[dependency-groups]
1111
dev = [
12-
"pytest>=9.1.0",
13-
"ruff>=0.15.17",
12+
"pytest>=9.1.1",
13+
"ruff>=0.15.18",
1414
"yamllint>=1.38.0",
1515
]
1616

uv.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)