Skip to content

Commit

Permalink
Merge pull request #32 from ducktors/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

chore(actions): bump actions/checkout from 3 to 4
  • Loading branch information
matteovivona committed Sep 5, 2023
2 parents acb8352 + b45a439 commit c8ecd61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Changesets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -40,7 +40,7 @@ jobs:
node-version: [16.x, 18.x]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout
- name: Use Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
runs-on: macos-latest
name: Lint
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout

- name: Use Node.js
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
name: Test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c8ecd61

Please sign in to comment.