Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/maxim-lobanov/setu…
Browse files Browse the repository at this point in the history
…p-xcode-1.6.0
  • Loading branch information
Louis-Ye authored Sep 26, 2023
2 parents 2ae76a9 + 9345498 commit 60c1995
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 @@ -66,7 +66,7 @@ jobs:
echo "$HOME/gotip/bin:$PATH" >> $GITHUB_PATH
- name: Checkout the repo
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
path: ${{ env.WORKING_DIR }}

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
echo "$HOME/gotip/bin" >> $GITHUB_PATH
- name: Checkout the repo
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
path: ${{ env.WORKING_DIR }}

Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
go-version: ${{ matrix.go }}

- name: Checkout the repo
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
path: ${{ env.WORKING_DIR }}

Expand Down

0 comments on commit 60c1995

Please sign in to comment.