File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 create-release :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4.2.0
17+ - uses : actions/checkout@v4.2.1
1818 - uses : ./
1919 with :
2020 github-token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 2323 with :
2424 app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
2525 private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
26- - uses : actions/checkout@v4.2.0
26+ - uses : actions/checkout@v4.2.1
2727 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2828 with :
2929 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 github-actions-cache-cleaner :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4.2.0
15+ - uses : actions/checkout@v4.2.1
1616 - uses : dev-hato/github-actions-cache-cleaner@v0.0.52
1717 with :
1818 github-token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 3939 # Checkout the code base #
4040 # #########################
4141 - name : Checkout Code
42- uses : actions/checkout@v4.2.0
42+ uses : actions/checkout@v4.2.1
4343 with :
4444 # Full git history is needed to get a proper list
4545 # of changed files within `super-linter`
Original file line number Diff line number Diff line change 1717 update-gitleaks :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4.2.0
20+ - uses : actions/checkout@v4.2.1
2121 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2222 with :
2323 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 update-package :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4.2.0
21+ - uses : actions/checkout@v4.2.1
2222 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2323 with :
2424 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments