Skip to content

Commit 9e87b8d

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 25836d6 commit 9e87b8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
omc-version: ['stable', 'nightly']
3232

3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535

3636
- name: Set up Python ${{ matrix.python-version }}
3737
uses: actions/setup-python@v6
@@ -102,7 +102,7 @@ jobs:
102102
os: ['ubuntu-latest']
103103
if: startsWith(github.ref, 'refs/tags/')
104104
steps:
105-
- uses: actions/checkout@v6
105+
- uses: actions/checkout@v7
106106

107107
- name: Set up Python ${{ matrix.python-version }}
108108
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)