Skip to content

Commit

Permalink
ci(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 8055619 commit 74676c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
- name: Setup Node.js ${{ vars.NODE_VERSION }}
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Install pnpm
uses: pnpm/action-setup@v4.0.0
- name: Setup Node.js ${{ vars.NODE_VERSION }}
Expand Down

0 comments on commit 74676c8

Please sign in to comment.