Skip to content

Commit

Permalink
Merge pull request #61 from tony19/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout digest to 8ade135
  • Loading branch information
tony19 authored Sep 22, 2023
2 parents 203fa88 + a19a967 commit d01683c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
jdk: [ '8', '9', '10', '11' ]
name: JDK ${{ matrix.jdk }}
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
Expand All @@ -28,7 +28,7 @@ jobs:
jdk: [ '12', '13', '14', '15', '16', '17', '18' ]
name: JDK ${{ matrix.jdk }}
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
Expand Down

0 comments on commit d01683c

Please sign in to comment.