File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 has_workflow_changes : ${{ steps.set-output.outputs.has_workflow_changes }}
3636 has_specific_workflow_changes : ${{ steps.set-output.outputs.has_specific_workflow_changes }}
3737 steps :
38- - uses : actions/checkout@v6.0.1
38+ - uses : actions/checkout@v6
3939 - uses : dorny/paths-filter@v3
4040 id : changes
4141 with :
Original file line number Diff line number Diff line change 2121 outputs :
2222 code-changed : ${{ steps.changes.outputs.code }}
2323 steps :
24- - uses : actions/checkout@v6.0.1
24+ - uses : actions/checkout@v6
2525 - uses : dorny/paths-filter@v3
2626 id : changes
2727 with :
Original file line number Diff line number Diff line change 1212 name : Validate MkDocs navigation
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6.0.1
15+ - uses : actions/checkout@v6
1616 - name : Set up Python
1717 uses : actions/setup-python@v6
1818 with :
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232 with :
3333 submodules : recursive
3434 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
3535
3636 - name : Set up Docker Buildx
37- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
37+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
3838
3939 - name : Log in to GHCR
4040 if : ${{ github.event_name == 'push' || env.IS_INTERNAL_PR == 'true' }}
You can’t perform that action at this time.
0 commit comments