Skip to content

Commit 80b36d6

Browse files
Bump actions/checkout from 4 to 5 (#39)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ad8b17 commit 80b36d6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/gha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
run: |
106106
job_started_at="$(date --utc --iso-8601=seconds)"
107107
echo "at=$job_started_at" | tee -a "$GITHUB_OUTPUT"
108-
- uses: actions/checkout@v4
108+
- uses: actions/checkout@v5
109109
with:
110110
ref: ${{ matrix.test.commit-sha }}
111111
- name: Log in to the Container registry

.github/workflows/shell.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/yaml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

0 commit comments

Comments
 (0)