File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 contents : read
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 # https://github.com/rhysd/actionlint/blob/v1.7.6/docs/usage.md#use-actionlint-on-github-actions
1919 # https://github.com/rhysd/actionlint/blob/v1.7.6/docs/usage.md#reviewdog
2020 # https://github.com/reviewdog/reviewdog#filter-mode
Original file line number Diff line number Diff line change 3636 contents : read
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - uses : ./
4141 id : wait-for-job-unnamed
4242 with :
9797 contents : read
9898 runs-on : ubuntu-latest
9999 steps :
100- - uses : actions/checkout@v4
100+ - uses : actions/checkout@v5
101101 - uses : beacon-biosignals/get-workflow-run@v1
102102 id : workflow-run
103103 with :
@@ -155,7 +155,7 @@ jobs:
155155 contents : read
156156 runs-on : ubuntu-latest
157157 steps :
158- - uses : actions/checkout@v4
158+ - uses : actions/checkout@v5
159159 - uses : ./
160160 id : wait-for-job
161161 with :
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Extract workflow shell scripts
2222 id : extract
2323 uses : beacon-biosignals/gha-extract-shell-scripts@v1
Original file line number Diff line number Diff line change 1111 name : Lint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Install yamllint
1616 run : pip install yamllint
1717 - name : Lint YAML files
You can’t perform that action at this time.
0 commit comments