File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
contents : read
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
# https://github.com/rhysd/actionlint/blob/v1.7.6/docs/usage.md#use-actionlint-on-github-actions
19
19
# https://github.com/rhysd/actionlint/blob/v1.7.6/docs/usage.md#reviewdog
20
20
# https://github.com/reviewdog/reviewdog#filter-mode
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
run : |
106
106
job_started_at="$(date --utc --iso-8601=seconds)"
107
107
echo "at=$job_started_at" | tee -a "$GITHUB_OUTPUT"
108
- - uses : actions/checkout@v4
108
+ - uses : actions/checkout@v5
109
109
with :
110
110
ref : ${{ matrix.test.commit-sha }}
111
111
- name : Log in to the Container registry
Original file line number Diff line number Diff line change 17
17
pull-requests : write
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
- name : Extract workflow shell scripts
22
22
id : extract
23
23
uses : beacon-biosignals/gha-extract-shell-scripts@v1
Original file line number Diff line number Diff line change 11
11
name : Lint
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Install yamllint
16
16
run : pip install yamllint
17
17
- name : Lint YAML files
You can’t perform that action at this time.
0 commit comments