Skip to content

Commit

Permalink
fixes #13: Action cache v3 is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsqd committed Jul 30, 2024
1 parent 4035927 commit 5310add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-feature-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
- 'feature/*'

jobs:
feature_branch:
validate_feature_branches:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Cache Composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 5310add

Please sign in to comment.