Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent 1216242 commit 720bc16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix: ${{ steps.matrix.outputs.matrix }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install pnpm 🔧
uses: pnpm/action-setup@v2.2.4
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
needs: [build, examplesTest]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install pnpm 🔧
uses: pnpm/action-setup@v2.2.4
Expand Down

0 comments on commit 720bc16

Please sign in to comment.