Skip to content

Commit

Permalink
Merge pull request #72 from thnetii/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.2.2
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
2 parents 20231ba + 41c188b commit 5619b73
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.1
uses: actions/checkout@v4.2.2
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.1
uses: actions/checkout@v4.2.2
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.1
uses: actions/checkout@v4.2.2
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.1
uses: actions/checkout@v4.2.2
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 5619b73

Please sign in to comment.