File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 pull_request :
88 workflow_dispatch :
99
10- env :
11- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
12-
1310jobs :
1411 verify :
1512 name : Verify (Ruby ${{ matrix.ruby }})
2320
2421 steps :
2522 - name : Checkout
26- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2724
2825 - name : Set up Ruby
2926 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 99 - " .github/workflows/pages.yml"
1010 workflow_dispatch :
1111
12- env :
13- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
14-
1512permissions :
1613 contents : read
1714 pages : write
@@ -28,10 +25,10 @@ jobs:
2825
2926 steps :
3027 - name : Checkout
31- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
3229
3330 - name : Set up Node.js
34- uses : actions/setup-node@v4
31+ uses : actions/setup-node@v5
3532 with :
3633 node-version : " 22"
3734
You can’t perform that action at this time.
0 commit comments