Skip to content

Commit

Permalink
Merge pull request #336 from containerd/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
samuelkarp authored May 23, 2024
2 parents 1240ca9 + f6905f0 commit be0e520
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Checkout repos
#
- name: Checkout cgroups
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: src/github.com/containerd/cgroups
fetch-depth: 25
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

steps:
- name: Checkout cgroups
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: src/github.com/containerd/cgroups

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout cgroups
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: src/github.com/containerd/cgroups

Expand All @@ -111,7 +111,7 @@ jobs:

steps:
- name: Checkout cgroups
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: src/github.com/containerd/cgroups

Expand Down

0 comments on commit be0e520

Please sign in to comment.