Skip to content

Commit

Permalink
Update actions/checkout action to v4.1.3
Browse files Browse the repository at this point in the history
| datasource  | package          | from   | to     |
| ----------- | ---------------- | ------ | ------ |
| github-tags | actions/checkout | v4.1.1 | v4.1.3 |
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent ce76bad commit e5b9ab7
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 @@ -15,7 +15,7 @@ jobs:
name: Test Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v4.1.1"
- uses: "actions/checkout@v4.1.3"
- uses: "shivammathur/setup-php@v2"
with:
php-version: "8.2"
Expand Down

0 comments on commit e5b9ab7

Please sign in to comment.