Skip to content

Commit e12f118

Browse files
chore: bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3911e31 commit e12f118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
-
1414
name: Checkout code
15-
uses: actions/checkout@v4.1.1
15+
uses: actions/checkout@v4.1.2
1616
-
1717
name: Get go.mod details
1818
uses: Eun/go-mod-details@v1.0.6
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
-
39-
uses: actions/checkout@v4.1.1
39+
uses: actions/checkout@v4.1.2
4040
-
4141
uses: actions/setup-go@v5
4242
# we cannot use nancy-github-action because it is outdated, so it's better to use the latest
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
-
5757
name: Checkout code
58-
uses: actions/checkout@v4.1.1
58+
uses: actions/checkout@v4.1.2
5959
-
6060
name: Get go.mod details
6161
uses: Eun/go-mod-details@v1.0.6

0 commit comments

Comments
 (0)