Skip to content

Commit 740491e

Browse files
dependabot[bot]sebthom
authored andcommitted
ci(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 be47232 commit 740491e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868

6969
- name: Git Checkout
70-
uses: actions/checkout@v4 # https://github.com/actions/checkout
70+
uses: actions/checkout@v5 # https://github.com/actions/checkout
7171

7272

7373
- name: Run the sh-checker

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Git checkout
20-
uses: actions/checkout@v4 # https://github.com/actions/checkout
20+
uses: actions/checkout@v5 # https://github.com/actions/checkout
2121

2222
- name: Run stale action
2323
uses: actions/stale@v9 # https://github.com/actions/stale

0 commit comments

Comments
 (0)