Skip to content

Commit

Permalink
misc: ""
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Mar 7, 2024
1 parent 76fcef1 commit e07b517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-uat-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
EQUINIX_API_ENDPOINT: "https://uatapi.equinix.com"

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
id: actions-checkout
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
ref: main
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit e07b517

Please sign in to comment.