Skip to content

Commit

Permalink
Merge pull request #218 from akhilerm/actions-update
Browse files Browse the repository at this point in the history
update github actions
  • Loading branch information
dmcgowan authored Sep 16, 2024
2 parents dacb42a + a500bbb commit 5bc2842
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: src/github.com/containerd/containerd.io
fetch-depth: 25
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-releasesmd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Update dependencies
id: vars
run: |
Expand All @@ -19,7 +19,7 @@ jobs:
sed -i'' 's, See \[api/\](api) for details.,,' content/releases.md
sed -i'' 's,^### GRPC API,### GRPC API {#grpc},' content/releases.md
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: |
Expand Down

0 comments on commit 5bc2842

Please sign in to comment.