Skip to content

Commit d8dcb6e

Browse files
committed
chore: update repository templates to ory/meta@1140624
1 parent c10fb6c commit d8dcb6e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/closed_references.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020
name: Find closed references
2121
steps:
22-
- uses: actions/checkout@v6
23-
- uses: actions/setup-node@v6
22+
- uses: actions/checkout@v2
23+
- uses: actions/setup-node@v2-beta
2424
with:
25-
node-version: "24"
25+
node-version: "14"
2626
- uses: ory/closed-reference-notifier@v1
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/conventional_commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Validate PR title
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v3
2828
- id: config
2929
uses: ory/ci/conventional_commit_config@master
3030
with:

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v2
2020
- name: Synchronize Issue Labels
2121
uses: ory/label-sync-action@v0
2222
with:

0 commit comments

Comments
 (0)