Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/crazy-max/ghaction…
Browse files Browse the repository at this point in the history
…-chocolatey-2.3.0
  • Loading branch information
Louis-Ye authored Sep 6, 2023
2 parents b0c5272 + c276251 commit 307295b
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
path: ${{ env.WORKING_DIR }}

Expand Down

0 comments on commit 307295b

Please sign in to comment.