Skip to content

Commit

Permalink
Merge pull request #3 from anitvam/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
ci(deps): update actions/checkout action to v4
  • Loading branch information
anitvam authored Nov 16, 2023
2 parents e9caac7 + 761dc8b commit ce35596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.PERSONAL_TOKEN }}
fetch-depth: 0
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.PERSONAL_TOKEN }}
- name: Delete assets
Expand Down

0 comments on commit ce35596

Please sign in to comment.