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 Nov 16, 2023
1 parent fb6793d commit 3197abb
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 @@ -17,7 +17,7 @@ jobs:
id: find-yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache yarn dependencies
uses: actions/cache@v3
with:
Expand All @@ -40,7 +40,7 @@ jobs:
id: find-yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
- name: git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache yarn dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 3197abb

Please sign in to comment.