Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#210)
Browse files Browse the repository at this point in the history
***NO_CI***

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 50613d2 commit d2fb393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Set Node.js 16.x
uses: actions/setup-node@v4
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
needs: check-dist
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: 'main'

Expand Down

0 comments on commit d2fb393

Please sign in to comment.