Skip to content

Commit 4c75d50

Browse files
dependabot[bot]TEAM4-0
authored andcommitted
Bump actions/checkout from 5 to 6 (#665)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3003795 commit 4c75d50

7 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/cd_release.yml

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

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/ci_automerge_bot_prs.yml

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

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/ci_cd_docker.yml

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

5656
steps:
5757
- name: Checkout ${{ github.repository }}
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959
with:
6060
ref: ${{ inputs.source_ref || github.ref }}
6161
fetch-depth: 0

.github/workflows/ci_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout ${{ github.repository }}
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Set up Python 3.10
1919
uses: actions/setup-python@v6
@@ -61,7 +61,7 @@ jobs:
6161

6262
steps:
6363
- name: Checkout ${{ github.repository }}
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565

6666
- name: Set up Python ${{ matrix.python-version}}
6767
uses: actions/setup-python@v6
@@ -116,7 +116,7 @@ jobs:
116116

117117
steps:
118118
- name: Checkout ${{ github.repository }}
119-
uses: actions/checkout@v5
119+
uses: actions/checkout@v6
120120

121121
- name: Clone current requirement version of `oteapi-core` locally
122122
run: |

.github/workflows/ci_update_requirements.yml

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

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
ref: 'master'
2424
fetch-depth: 0

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
**Merged pull requests:**
88

9-
- \[pre-commit.ci\] pre-commit autoupdate [\#664](https://github.com/EMMC-ASBL/oteapi-services/pull/664) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
109
- \[pre-commit.ci\] pre-commit autoupdate [\#616](https://github.com/EMMC-ASBL/oteapi-services/pull/616) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
1110

1211
## [v1.20250410.410](https://github.com/EMMC-ASBL/oteapi-services/tree/v1.20250410.410) (2025-04-10)

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
from __future__ import annotations
88

9-
__version__ = "1.20251118.468"
9+
__version__ = "1.20251121.469"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

0 commit comments

Comments
 (0)