Skip to content

Commit

Permalink
ci(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 9119b76 commit f59ac2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.0
with:
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.0
with:
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
- name: Use Node.js ${{ vars.NODE_VERSION }}
uses: actions/setup-node@v4.0.0
with:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
- name: Download Action Assets
uses: actions/download-artifact@v3.0.2
with:
Expand All @@ -105,7 +105,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4.1.0
uses: actions/checkout@v4.1.1
with:
ref: main
- name: Use Node.js ${{ vars.NODE_VERSION }}
Expand Down

0 comments on commit f59ac2a

Please sign in to comment.