Skip to content

Commit

Permalink
Merge pull request #194 from gsteel/renovate/actions-checkout-rollback
Browse files Browse the repository at this point in the history
Roll back actions/checkout action to v4.1.1
  • Loading branch information
gsteel authored Oct 19, 2023
2 parents 17f1fcb + f17a0d2 commit dce12ff
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@v4
- uses: actions/checkout@v4.1.1
- uses: shivammathur/[email protected]
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@v4
- uses: actions/checkout@v4.1.1
- uses: shivammathur/[email protected]
with:
php-version: ${{ env.stable_php }}
Expand Down

0 comments on commit dce12ff

Please sign in to comment.