Skip to content

Commit

Permalink
Update actions/checkout digest to 9bb5618
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 12, 2024
1 parent cfbc8d5 commit a4595f0
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 @@ -22,7 +22,7 @@ jobs:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
GMOD_SIDE: ${{ matrix.gmod_side }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: lukka/[email protected]
- uses: lukka/run-vcpkg@v11
with:
Expand All @@ -44,7 +44,7 @@ jobs:
needs: [create_release]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- name: Build
run: |
set -ex
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
needs: [create_release]
runs-on: macos-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- name: Build
run: |
set -ex
Expand Down

0 comments on commit a4595f0

Please sign in to comment.