Skip to content

Commit

Permalink
Merge pull request #104 from artichoke/dependabot/github_actions/gha-…
Browse files Browse the repository at this point in the history
…deps-c09178689e

Bump actions/setup-node from 4.0.2 to 4.0.3 in the gha-deps group
  • Loading branch information
lopopolo authored Aug 14, 2024
2 parents f77b598 + f878e10 commit 845b455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: artichoke-integration-test

- name: Setup Node.js runtime
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: "lts/*"

Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js runtime
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: "lts/*"

Expand All @@ -75,7 +75,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node.js runtime
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: "lts/*"

Expand Down

0 comments on commit 845b455

Please sign in to comment.