Skip to content

Commit 870eef3

Browse files
authored
Merge pull request #18 from matronator/renovate/all
2 parents aceccf6 + 29a9a5f commit 870eef3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919
- name: 'Dependency Review'
2020
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919

2020
- name: Validate composer.json and composer.lock
2121
run: composer validate
2222

2323
- name: Cache Composer packages
2424
id: composer-cache
25-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
25+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
2626
with:
2727
path: vendor
2828
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)