Skip to content

Commit

Permalink
Merge pull request #6 from grandom-library/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
richrdkng authored Sep 7, 2023
2 parents 82280ed + 2550bb2 commit b7d4232
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 @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16'
Expand Down

0 comments on commit b7d4232

Please sign in to comment.