Skip to content

Commit

Permalink
Merge pull request #3962 from BitGo/update-checkout-action-to-v4
Browse files Browse the repository at this point in the history
chore: update actions/checkout to v4
  • Loading branch information
andrew-scott-fischer authored Oct 6, 2023
2 parents 33a934d + 4dc6251 commit 309b449
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Build BitGoJS Express Docker Image
Expand Down

0 comments on commit 309b449

Please sign in to comment.