Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2023
1 parent a312f0d commit 7992760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Cancel Workflow
uses: styfle/[email protected]
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy to Vercel
uses: BetaHuhn/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- name: Checkout
if: github.event.action == 'update_resume'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Fetch New Resume and Push Branch
if: github.event.action == 'update_resume'
uses: ./commit-resume
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- name: Cancel Workflow Action
uses: styfle/[email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache node modules
uses: actions/cache@v3
env:
Expand Down

0 comments on commit 7992760

Please sign in to comment.