Skip to content

Commit 748badf

Browse files
Bump actions/checkout from 5 to 6 (#83)
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 bd92f4a commit 748badf

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout project
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout project
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 0
4545

.github/workflows/push_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
password: ${{ secrets.MICHELIN_DOCKER_HUB_PASSWD }}
1717

1818
- name: Checkout project
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

@@ -70,7 +70,7 @@ jobs:
7070
password: ${{ secrets.MICHELIN_DOCKER_HUB_PASSWD }}
7171

7272
- name: Checkout project
73-
uses: actions/checkout@v5
73+
uses: actions/checkout@v6
7474
with:
7575
fetch-depth: 0
7676

@@ -108,7 +108,7 @@ jobs:
108108
runs-on: windows-latest
109109
steps:
110110
- name: Checkout project
111-
uses: actions/checkout@v5
111+
uses: actions/checkout@v6
112112
with:
113113
fetch-depth: 0
114114

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
password: ${{ secrets.MICHELIN_DOCKER_HUB_PASSWD }}
1818

1919
- name: Checkout project
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323

@@ -95,7 +95,7 @@ jobs:
9595
password: ${{ secrets.MICHELIN_DOCKER_HUB_PASSWD }}
9696

9797
- name: Checkout project
98-
uses: actions/checkout@v5
98+
uses: actions/checkout@v6
9999
with:
100100
fetch-depth: 0
101101

@@ -157,7 +157,7 @@ jobs:
157157
runs-on: windows-latest
158158
steps:
159159
- name: Checkout project
160-
uses: actions/checkout@v5
160+
uses: actions/checkout@v6
161161
with:
162162
fetch-depth: 0
163163

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/hotfix/v')
1515
steps:
1616
- name: Checkout project
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
token: ${{ secrets.CI_CD_TOKEN }}
2020

0 commit comments

Comments
 (0)