Skip to content

Commit

Permalink
ci: Unpin actions/checkout digest
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Sep 22, 2023
1 parent 026feb6 commit 477ae75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
- name: Change Cache Key
run: echo '// ${{ github.job }}' >> go.sum
- name: Set up Go
Expand All @@ -43,7 +43,7 @@ jobs:
packages: write
steps:
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up QEMU
Expand Down

0 comments on commit 477ae75

Please sign in to comment.