Skip to content

Commit 2dcffcd

Browse files
dependabot[bot]cdalvaro
authored andcommitted
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9cc4f38 commit 2dcffcd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Format code with clang-format
2020
uses: DoozyX/clang-format-lint-action@v0.20

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Install dependencies
3131
run: |
@@ -62,7 +62,7 @@ jobs:
6262
needs: [build-targets]
6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@v5
6666

6767
- name: Install dependencies
6868
run: |
@@ -117,7 +117,7 @@ jobs:
117117
if: github.actor != 'dependabot[bot]'
118118
steps:
119119
- name: Checkout repository
120-
uses: actions/checkout@v4
120+
uses: actions/checkout@v5
121121

122122
- name: Download artifacts
123123
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)