File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 permissions :
1414 contents : read
1515 steps :
16- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
16+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1717 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1818 with :
1919 node-version-file : package.json
3232 env :
3333 RUNNER_DEBUG : 1
3434 steps :
35- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
35+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3636 - uses : ./
3737 with :
3838 version : ' latest'
5656 contents : read
5757 steps :
5858 - name : Checkout Code
59- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
59+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
6060 with :
6161 fetch-depth : 0
6262
9494 app-id : 1248576
9595 private-key : ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}
9696 - name : Checkout
97- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
97+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
9898 with :
9999 fetch-depth : 0
100100 - name : Setup Node.js
Original file line number Diff line number Diff line change 4848 name : check title prefix
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
51+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
5252 - name : check
5353 run : |
5454 PR_TITLE_PREFIX=$(echo "$PR_TITLE" | cut -d':' -f1)
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 if : github.repository_owner == 'jkroepke' && (github.actor == 'renovate[bot]' || github.actor == 'mend[bot]')
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
18+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 1212 if : github.repository_owner == 'jkroepke'
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
15+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
1616 - run : |
1717 TAG="${{ github.ref_name }}"
1818 if [[ "$TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
You can’t perform that action at this time.
0 commit comments