Skip to content

Commit

Permalink
Update github actions to latest and pin.
Browse files Browse the repository at this point in the history
  • Loading branch information
aclemons committed Dec 11, 2024
1 parent 118cf59 commit 1a7f193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
cc: [gcc, clang]
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v3
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
with:
distribution: 'zulu'
java-version: ${{ matrix.jdk }}
Expand Down

0 comments on commit 1a7f193

Please sign in to comment.