Skip to content

Commit 27c45db

Browse files
authored
Merge pull request #58 from bridgewwater/dependabot/github_actions/actions/checkout-6
build(action): bump actions/checkout from 4 to 6
2 parents 565e1e5 + dfe4817 commit 27c45db

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/deploy-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "inputs.tag_name: ${{ inputs.tag_name }}"
4646
echo "inputs.download_artifact_name: ${{ inputs.download_artifact_name }}"
4747
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v6
4949

5050
- name: Check deploy inputs
5151
run: |

.github/workflows/go-release-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "inputs.upload_artifact_name: ${{ inputs.upload_artifact_name }}"
7171
echo "inputs.go_build_id: ${{ inputs.go_build_id }}"
7272
73-
- uses: actions/checkout@v4
73+
- uses: actions/checkout@v6
7474
- name: Set up Go SDK
7575
uses: actions/setup-go@v5
7676
with:

.github/workflows/golang-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- ubuntu-latest
4343
runs-on: ${{ matrix.os }}
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v6
4646
- name: Set up Go SDK
4747
uses: actions/setup-go@v5
4848
with:

.github/workflows/golang-codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- '^1.23'
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v6
3333
- name: Set up Go SDK
3434
uses: actions/setup-go@v5
3535
with:

.github/workflows/goreleaser-golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "inputs.go_build_id: ${{ inputs.go_build_id }}"
7979
echo "inputs.goreleaser-build-timeout-minutes: ${{ inputs.goreleaser-build-timeout-minutes }}"
8080
81-
- uses: actions/checkout@v4
81+
- uses: actions/checkout@v6
8282
- name: Set up Go SDK
8383
uses: actions/setup-go@v5
8484
with:

.github/workflows/version.yml

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

4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v6
5151

5252
- name: get version and conventional
5353
id: check-version

0 commit comments

Comments
 (0)