Skip to content

Commit d2a59f7

Browse files
chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#564)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@44c2b7a...a5ac7e5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74dbc3a commit d2a59f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/presubmits.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2020

21-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v2
21+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v2
2222

2323
- name: Set up Go
2424
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v3.0.0
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3838

39-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v2
39+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v2
4040

4141
- name: Set up Go
4242
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v3.0.0
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
6464

65-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v2
65+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v2
6666

6767
- name: Set up Go
6868
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v3.0.0

0 commit comments

Comments
 (0)