File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2626 total_projects : ${{ steps.analyze.outputs.total_projects }}
2727 matrix : ${{ steps.matrix.outputs.matrix }}
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 - uses : dorny/paths-filter@v3
3131 id : changes
3232 if : github.event_name == 'pull_request'
@@ -103,7 +103,7 @@ jobs:
103103 outputs :
104104 failed_projects : ${{ steps.set-failed.outputs.failed_projects }}
105105 steps :
106- - uses : actions/checkout@v4
106+ - uses : actions/checkout@v6
107107 - uses : heyAyushh/setup-anchor@v0.31
108108 with :
109109 anchor-version : 0.32.1
@@ -204,7 +204,7 @@ jobs:
204204 if : always()
205205 runs-on : ubuntu-latest
206206 steps :
207- - uses : actions/checkout@v4
207+ - uses : actions/checkout@v6
208208 - name : Create job summary
209209 run : |
210210 echo "## Anchor Workflow Summary" >> $GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change 2222 name : Rustfmt
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626 - uses : dtolnay/rust-toolchain@stable
2727 with :
2828 # Specific to dtolnay/rust-toolchain: Comma-separated string of additional components to install
3535 name : Clippy
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v6
3939 - uses : dtolnay/rust-toolchain@stable
4040 with :
4141 components : clippy
Original file line number Diff line number Diff line change 2626 total_projects : ${{ steps.analyze.outputs.total_projects }}
2727 matrix : ${{ steps.matrix.outputs.matrix }}
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 - uses : dorny/paths-filter@v3
3131 id : changes
3232 if : github.event_name == 'pull_request'
@@ -102,7 +102,7 @@ jobs:
102102 outputs :
103103 failed_projects : ${{ steps.set-failed.outputs.failed_projects }}
104104 steps :
105- - uses : actions/checkout@v4
105+ - uses : actions/checkout@v6
106106 - name : Use Node.js
107107 uses : actions/setup-node@v4
108108 with :
@@ -228,7 +228,7 @@ jobs:
228228 if : always()
229229 runs-on : ubuntu-latest
230230 steps :
231- - uses : actions/checkout@v4
231+ - uses : actions/checkout@v6
232232 - name : Create job summary
233233 run : |
234234 echo "## Native Workflow Summary" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments