Skip to content

Commit

Permalink
Merge pull request #27 from abhi1693/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
abhi1693 authored Sep 5, 2023
2 parents e69ca92 + 4427ca5 commit 34d92c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Generate changelog"
id: changelog
uses: charmixer/auto-changelog-action@v1.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeowners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.event.pull_request.merged_by == ''
steps:
- name: checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# the fetch depth 0 (=all) is important
fetch-depth: 0
Expand Down

0 comments on commit 34d92c5

Please sign in to comment.