Skip to content

Commit

Permalink
Merge pull request #70 from thnetii/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.2.1
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
2 parents ee9d954 + d2b1530 commit 20231ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs-lint-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}@${{ github.ref }}
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
Expand All @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}@${{ github.ref }}
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
Expand All @@ -124,7 +124,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}@${{ github.ref }}
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
Expand All @@ -148,7 +148,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}@${{ github.ref }}
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.4
Expand Down

0 comments on commit 20231ba

Please sign in to comment.