Skip to content

Commit 430ee8e

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb4ddfe commit 430ee8e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bats-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
- name: Setup environment
5353
run: sudo -E ./tests/ci-setup.bash github
5454
- name: Set up Docker Buildx
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Checkout repository
83-
uses: actions/checkout@v6
83+
uses: actions/checkout@v7
8484
- name: Setup environment
8585
run: sudo -E ./tests/ci-setup.bash github
8686
- name: Set up Docker Buildx

.github/workflows/build-action.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939
with:
4040
repository: ${{ github.event.pull_request.head.repo.full_name }}
4141
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/installation-action.yml

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

6868
steps:
6969
- name: Checkout repository
70-
uses: actions/checkout@v6
70+
uses: actions/checkout@v7
7171
- name: Setup environment
7272
run: |
7373
sudo -E ./tests/ci-setup.bash github

.github/workflows/shellcheck-action.yml

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

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
- name: Setup environment
2727
run: sudo -E bash -c set
2828
- name: "ShellCheck openhabian-setup.sh"

0 commit comments

Comments
 (0)