File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 steps :
2222 - name : Check out from release
2323 if : github.event_name == 'release'
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 - name : Check out from manual input
2626 if : github.event_name == 'workflow_dispatch'
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 with :
2929 ref : ${{ inputs.ref }}
3030 - run : corepack enable
3535 - run : yarn install
3636 - run : yarn docs
3737 - name : Clone docs branch
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939 with :
4040 path : docs-branch
4141 ref : oddleventy-docs
Original file line number Diff line number Diff line change 1212 matrix :
1313 node : ['20', '22', 'lts/*']
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - run : corepack enable
1717 - uses : actions/setup-node@v6
1818 with :
2525 name : Lint
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 - run : corepack enable
3030 - uses : actions/setup-node@v6
3131 with :
You can’t perform that action at this time.
0 commit comments