Skip to content

Commit e06da92

Browse files
Bump actions/checkout from 5 to 6 (#25)
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 073a8a9 commit e06da92

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ inputs.runs-on }}
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- name: Set up Go
3434
uses: actions/setup-go@v6
@@ -53,7 +53,7 @@ jobs:
5353
needs: check-vulnerabilities
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v5
56+
uses: actions/checkout@v6
5757

5858
- name: Set up Docker Buildx
5959
uses: docker/setup-buildx-action@v3
@@ -90,7 +90,7 @@ jobs:
9090
needs: create-git-tag
9191
steps:
9292
- name: Checkout
93-
uses: actions/checkout@v5
93+
uses: actions/checkout@v6
9494
with:
9595
fetch-depth: 0
9696
fetch-tags: true

.github/workflows/ci-unwelcome-words.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
if: github.actor != 'dependabot[bot]'
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
with:
1313
ref: ${{ github.sha }}
1414
- name: Checkout tool
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
repository: exactpro-th2/ci-github-action
1818
ref: master

.github/workflows/project-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
next-release-version: ${{ env.NEXT_RELEASE_VERSION }}
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
3636
fetch-tags: true

0 commit comments

Comments
 (0)