File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments