|
36 | 36 | should_publish: ${{ steps.needs-publish.outputs.should_publish }} |
37 | 37 | steps: |
38 | 38 | - name: Checkout |
39 | | - uses: actions/checkout@v6 |
| 39 | + uses: actions/checkout@v7 |
40 | 40 |
|
41 | 41 | - name: Check for change files |
42 | 42 | id: check |
|
78 | 78 | pull-requests: write # enable opening a PR for the release |
79 | 79 | steps: |
80 | 80 | - name: Checkout |
81 | | - uses: actions/checkout@v6 |
| 81 | + uses: actions/checkout@v7 |
82 | 82 | with: |
83 | 83 | ref: ${{ github.ref_name }} |
84 | 84 | fetch-depth: 0 |
@@ -111,7 +111,7 @@ jobs: |
111 | 111 | id-token: write # enable generation of an ID token for publishing |
112 | 112 | steps: |
113 | 113 | - name: Checkout repo |
114 | | - uses: actions/checkout@v6 |
| 114 | + uses: actions/checkout@v7 |
115 | 115 |
|
116 | 116 | - name: Setup pnpm |
117 | 117 | uses: pnpm/action-setup@v6 |
@@ -144,7 +144,7 @@ jobs: |
144 | 144 | pull-requests: write # enable commenting on released pull requests |
145 | 145 | steps: |
146 | 146 | - name: Checkout repo |
147 | | - uses: actions/checkout@v6 |
| 147 | + uses: actions/checkout@v7 |
148 | 148 | with: |
149 | 149 | fetch-depth: 0 |
150 | 150 |
|
@@ -174,7 +174,7 @@ jobs: |
174 | 174 | id-token: write # enable generation of an ID token for publishing |
175 | 175 | steps: |
176 | 176 | - name: Checkout repo |
177 | | - uses: actions/checkout@v6 |
| 177 | + uses: actions/checkout@v7 |
178 | 178 | with: |
179 | 179 | ref: ${{ github.event.inputs.branch }} |
180 | 180 | fetch-depth: 0 # needed for tags |
@@ -206,7 +206,7 @@ jobs: |
206 | 206 | id-token: write # enable generation of an ID token for publishing |
207 | 207 | steps: |
208 | 208 | - name: Checkout repo |
209 | | - uses: actions/checkout@v6 |
| 209 | + uses: actions/checkout@v7 |
210 | 210 | with: |
211 | 211 | ref: ${{ github.event.inputs.branch }} |
212 | 212 | # checkout using a custom token so that we can push later on |
|
0 commit comments