@@ -29,13 +29,13 @@ jobs:
2929 shell : bash
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v6
3333 - name : Setup Git User
3434 run : |
3535 git config --global user.email "npm-cli+bot@github.com"
3636 git config --global user.name "npm CLI robot"
3737 - name : Setup Node
38- uses : actions/setup-node@v4
38+ uses : actions/setup-node@v6
3939 id : node
4040 with :
4141 node-version : 22.x
@@ -68,13 +68,13 @@ jobs:
6868 shell : ${{ matrix.platform.shell }}
6969 steps :
7070 - name : Checkout
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v6
7272 - name : Setup Git User
7373 run : |
7474 git config --global user.email "npm-cli+bot@github.com"
7575 git config --global user.name "npm CLI robot"
7676 - name : Setup Node
77- uses : actions/setup-node@v4
77+ uses : actions/setup-node@v6
7878 id : node
7979 with :
8080 node-version : ${{ matrix.node-version }}
@@ -105,13 +105,13 @@ jobs:
105105 shell : ${{ matrix.platform.shell }}
106106 steps :
107107 - name : Checkout
108- uses : actions/checkout@v4
108+ uses : actions/checkout@v6
109109 - name : Setup Git User
110110 run : |
111111 git config --global user.email "npm-cli+bot@github.com"
112112 git config --global user.name "npm CLI robot"
113113 - name : Setup Node
114- uses : actions/setup-node@v4
114+ uses : actions/setup-node@v6
115115 id : node
116116 with :
117117 node-version : ${{ matrix.node-version }}
0 commit comments