Skip to content

Commit c3465f4

Browse files
chore: bump actions/checkout from 3.5.3 to 3.6.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.3...v3.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21155f8 commit c3465f4

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@v3.5.3
15+
uses: actions/checkout@v3.6.0
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@v3.5.3
39+
uses: actions/checkout@v3.6.0
4040
-
4141
uses: actions/setup-go@v4
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@v3.5.3
58+
uses: actions/checkout@v3.6.0
5959
-
6060
name: Get go.mod details
6161
uses: Eun/go-mod-details@v1.0.6

0 commit comments

Comments
 (0)