Skip to content

Commit

Permalink
chore(workflow): checkout@v4로 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
Raoun4136 committed Jan 3, 2024
1 parent f915ca5 commit 21f6714
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update Version
run: |
git config --global user.email "${GIT_AUTHOR_EMAIL}"
Expand Down

0 comments on commit 21f6714

Please sign in to comment.