Skip to content

Commit

Permalink
Merge pull request #20 from JHWelch/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…-dependencies-c23604723b

Bump the actions-dependencies group with 2 updates
  • Loading branch information
JHWelch authored Oct 20, 2024
2 parents 616e358 + 26a480d commit 7ae3aef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/qc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

Expand All @@ -36,10 +36,10 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

Expand Down

0 comments on commit 7ae3aef

Please sign in to comment.