Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent cc6d420 commit ed3d95a
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:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set node
uses: actions/setup-node@v4
with:
Expand All @@ -37,7 +37,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set node version to ${{ matrix.node }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit ed3d95a

Please sign in to comment.