Skip to content

Commit

Permalink
Merge pull request #66 from list-interop/renovate/actions-checkout-ro…
Browse files Browse the repository at this point in the history
…llback

Roll back actions/checkout action to v4.1.1
  • Loading branch information
gsteel committed Oct 19, 2023
2 parents b906196 + e16dd4f commit fc1da1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
name: PHPUnit Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1
- uses: shivammathur/setup-php@2.26.0
with:
php-version: 8.1
Expand All @@ -40,7 +40,7 @@ jobs:

steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: "Install PHP"
uses: shivammathur/setup-php@2.26.0
Expand Down

0 comments on commit fc1da1f

Please sign in to comment.