Skip to content

Commit ea3d589

Browse files
authored
Merge pull request #209 from containerd/dependabot/github_actions/actions/checkout-6.0.1
build(deps): bump actions/checkout from 4.2.2 to 6.0.1
2 parents 0a0bc12 + d6c07cf commit ea3d589

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
os: [ubuntu-latest, macos-latest, windows-latest]
2828

2929
steps:
30-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3131
with:
3232
path: src/github.com/containerd/ttrpc
3333
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
@@ -51,7 +51,7 @@ jobs:
5151
timeout-minutes: 5
5252

5353
steps:
54-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5555
with:
5656
path: src/github.com/containerd/ttrpc
5757
fetch-depth: 25
@@ -78,7 +78,7 @@ jobs:
7878
timeout-minutes: 10
7979
steps:
8080

81-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
81+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8282
with:
8383
path: src/github.com/containerd/ttrpc
8484
fetch-depth: 25
@@ -110,7 +110,7 @@ jobs:
110110
timeout-minutes: 5
111111
steps:
112112

113-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
113+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
114114
with:
115115
path: src/github.com/containerd/ttrpc
116116
fetch-depth: 25

0 commit comments

Comments
 (0)