Skip to content

Commit

Permalink
Merge pull request #187 from gsteel/renovate/actions-checkout-digest
Browse files Browse the repository at this point in the history
Rollback actions/checkout to major release tag
  • Loading branch information
gsteel committed Sep 26, 2023
2 parents ed58745 + f20cbf6 commit fc8b644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@2.26.0
with:
php-version: ${{ env.stable_php }}
Expand All @@ -42,7 +42,7 @@ jobs:
name: "Check for missing dependencies"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@2.26.0
with:
php-version: ${{ env.stable_php }}
Expand Down

0 comments on commit fc8b644

Please sign in to comment.