Skip to content

Commit

Permalink
ci(deps): bump actions/checkout from 4.1.4 to 4.1.6 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 7, 2024
1 parent f5f407d commit f1e278c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
- name: Use pnpm ${{ vars.PNPM_VERSION }}
uses: pnpm/action-setup@v3.0.0
with:
Expand All @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
- name: Use pnpm ${{ vars.PNPM_VERSION }}
uses: pnpm/action-setup@v3.0.0
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
- name: Use pnpm ${{ vars.PNPM_VERSION }}
uses: pnpm/action-setup@v3.0.0
with:
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6

- name: Download Docs Output
uses: actions/download-artifact@v4.1.7
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.6
- name: Use pnpm ${{ vars.PNPM_VERSION }}
uses: pnpm/action-setup@v3.0.0
with:
Expand Down

0 comments on commit f1e278c

Please sign in to comment.