Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #51 from xanderbarkhatov/renovate/actions-checkout…
Browse files Browse the repository at this point in the history
…-4.x

chore(deps): update actions/checkout action to v4
  • Loading branch information
Alexander Barkhatov authored Dec 23, 2023
2 parents c18831b + c7cb4b1 commit f46820c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit f46820c

Please sign in to comment.