Skip to content

Commit

Permalink
Merge pull request #35 from thnetii/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.5
  • Loading branch information
dependabot[bot] authored May 9, 2024
2 parents caedbc8 + d984ce1 commit cdb1057
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.1.4
uses: actions/checkout@v4.1.5
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.2
Expand All @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}@${{ github.ref }}
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.2
Expand All @@ -124,7 +124,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}@${{ github.ref }}
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.2
Expand All @@ -148,7 +148,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository }}@${{ github.ref }}
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with: ${{ fromJSON(inputs.checkout-parameters) }}
- name: Setup Github Actions for Node.js
uses: actions/setup-node@v4.0.2
Expand Down

0 comments on commit cdb1057

Please sign in to comment.