Skip to content

Commit 9b13aee

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Bump actions/checkout from 4 to 5 (#108)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 92b45ed) # Conflicts: # .github/workflows/ci-format.yml
1 parent 0adddb5 commit 9b13aee

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/ci-format.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ jobs:
1515
name: Format
1616
runs-on: ubuntu-latest
1717
steps:
18+
<<<<<<< HEAD
1819
- uses: actions/checkout@v2
1920
- uses: actions/setup-python@v2
21+
=======
22+
- uses: actions/checkout@v5
23+
- uses: actions/setup-python@v5
24+
>>>>>>> 92b45ed (Bump actions/checkout from 4 to 5 (#108))
2025
with:
2126
python-version: '3.10'
2227
- uses: pre-commit/[email protected]

.github/workflows/reusable_ici.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
steps:
5050
- name: Checkout ${{ inputs.ref }} when build is not scheduled
5151
if: ${{ github.event_name != 'schedule' }}
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
- name: Checkout ${{ inputs.ref }} on scheduled build
5454
if: ${{ github.event_name == 'schedule' }}
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
with:
5757
ref: ${{ inputs.ref_for_scheduled_build }}
5858
- name: cache target_ws

0 commit comments

Comments
 (0)