Skip to content

Commit

Permalink
Merge pull request #45 from hashicorp-forge/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
brandonc authored Nov 1, 2023
2 parents 12116f0 + bf820cf commit 9b3bb07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: "ubuntu-latest"
name: "E2E Mock Infra"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- uses: ./apply
id: run
Expand All @@ -25,7 +25,7 @@ jobs:
name: "E2E Test Outputs"
needs: [ mockinfra ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Fetch outputs
id: fetch
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
name: E2E Destroy Infra
needs: [ e2e ]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Destroy mock infra
uses: ./destroy
Expand All @@ -68,9 +68,9 @@ jobs:
runs-on: "ubuntu-latest"
name: "Lint & Test"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- uses: actions/setup-node@v3
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
node-version: 16
cache: npm
Expand Down

0 comments on commit 9b3bb07

Please sign in to comment.