Skip to content

Commit 44bc4fa

Browse files
build(deps): bump the development-dependencies group across 2 directories with 1 update
Bumps the development-dependencies group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Bumps the development-dependencies group with 1 update in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout). Updates `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) Updates `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 dependency-group: development-dependencies - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 148ce53 commit 44bc4fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
modules: ${{ steps.modules.outputs.modules }}
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Find go modules
2323
id: modules
2424
shell: bash
@@ -65,7 +65,7 @@ jobs:
6565
module: ${{ fromJSON(needs.module-matrix.outputs.modules) }}
6666

6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v5
6969
- uses: actions/setup-go@v5
7070
with:
7171
go-version: stable
@@ -106,7 +106,7 @@ jobs:
106106
check-latest: true
107107
cache: true
108108

109-
- uses: actions/checkout@v4
109+
- uses: actions/checkout@v5
110110
- name: Run unit tests on a single module in this repo
111111
shell: bash
112112
working-directory: '${{ matrix.module }}'

0 commit comments

Comments
 (0)