Skip to content

Commit

Permalink
Merge pull request #256 from posthtml/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
maltsev committed Sep 11, 2023
2 parents 5b7210b + 896f103 commit f47d4e7
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 @@ -12,7 +12,7 @@ jobs:
node-version: ['16', '18', '19']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand All @@ -30,7 +30,7 @@ jobs:
node-version: ['16']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit f47d4e7

Please sign in to comment.