|
8 | 8 | build: |
9 | 9 | runs-on: ubuntu-24.04 |
10 | 10 | steps: |
11 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 11 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
12 | 12 | - name: Set Node.js 20.x |
13 | 13 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 |
14 | 14 | with: |
|
36 | 36 | EMAIL_INPUT: test@example.com |
37 | 37 | USERNAME_INPUT: example-test |
38 | 38 | steps: |
39 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 39 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
40 | 40 | - name: Set Node.js 20.x |
41 | 41 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 |
42 | 42 | with: |
|
83 | 83 | EMAIL_INPUT: test@example.com |
84 | 84 | USERNAME_INPUT: example-test |
85 | 85 | steps: |
86 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 86 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
87 | 87 | - name: Set Node.js 20.x |
88 | 88 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 |
89 | 89 | with: |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | EMAIL_INPUT: test@example.com |
132 | 132 | USERNAME_INPUT: example-test |
133 | 133 | steps: |
134 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 134 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
135 | 135 | - name: Set Node.js 20.x |
136 | 136 | uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 |
137 | 137 | with: |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 | name: "Build and release action" |
183 | 183 | needs: [build, test, test-cleanup-non-repo, test-missing-npmrc] |
184 | 184 | steps: |
185 | | - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 |
| 185 | + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
186 | 186 | with: |
187 | 187 | fetch-depth: 0 |
188 | 188 | persist-credentials: true |
|
0 commit comments