File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 packages : write
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
28+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2929 with :
3030 fetch-depth : 0
3131
Original file line number Diff line number Diff line change 4949 fi
5050 echo "SHOULD_BE_SKIPPED_BECAUSE_SAME_BRANCH_OR_DOWNGRADE=${SHOULD_BE_SKIPPED_BECAUSE_SAME_BRANCH_OR_DOWNGRADE}" >> $GITHUB_OUTPUT
5151
52- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 # default branch will be checked out by default on scheduled workflows
52+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 # default branch will be checked out by default on scheduled workflows
5353 if : ${{ steps.upgrade-path-checker.outputs.SHOULD_BE_SKIPPED_BECAUSE_SAME_BRANCH_OR_DOWNGRADE != 'true' }}
5454 with :
5555 fetch-depth : 0
Original file line number Diff line number Diff line change 2323 env :
2424 CONTAINER_TOOL : podman
2525 steps :
26- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
26+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2727 with :
2828 ref : ${{ matrix.branch }}
2929 fetch-depth : 0
Original file line number Diff line number Diff line change 3939 run : rm -rf "${GOMODCACHE:-$HOME/go/pkg/mod}"
4040
4141 - name : Checkout
42- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
42+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
4343 with :
4444 fetch-depth : 0
4545 repository : ${{github.event.pull_request.head.repo.full_name}}
Original file line number Diff line number Diff line change 4646
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
49+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
5050 with :
5151 fetch-depth : 0
5252 repository : ${{github.event.pull_request.head.repo.full_name}}
Original file line number Diff line number Diff line change 2828 needs : authorize
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
31+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3232 with :
3333 fetch-depth : 0
3434 repository : ${{github.event.pull_request.head.repo.full_name}}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 name : Renovate Config Validator
1515 steps :
16- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
16+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1717 - name : Print actual renovate version
1818 # To make sure we are using the latest (not cached) renovate version
1919 run : |
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Repository checkout
27- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
27+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
2828 with :
2929 # Differential ShellCheck requires full git history
3030 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 validate :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
15+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1616 - uses : tombi-toml/setup-tombi@a9378ac9fe5c29df7d26263deacea4ac642af9c2 # v1
1717 - name : Validate TOML files
1818 run : tombi lint
You can’t perform that action at this time.
0 commit comments