Skip to content

Commit

Permalink
Update workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Nov 4, 2023
1 parent 0610d02 commit 0d75ac5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
-
name: 'Check out'
uses: 'actions/checkout@v2'
uses: 'actions/checkout@v4'

-
name: 'Set up PHP'
Expand All @@ -38,7 +38,7 @@ jobs:

-
name: 'Cache dependencies'
uses: 'actions/cache@v2'
uses: 'actions/cache@v3'
with:
path: '${{ steps.composer-cache.outputs.cache_dir }}'
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
Expand All @@ -65,7 +65,7 @@ jobs:
steps:
-
name: 'Check out'
uses: 'actions/checkout@v2'
uses: 'actions/checkout@v4'

-
name: 'Set up PHP'
Expand All @@ -81,7 +81,7 @@ jobs:

-
name: 'Cache dependencies'
uses: 'actions/cache@v2'
uses: 'actions/cache@v3'
with:
path: '${{ steps.composer-cache.outputs.cache_dir }}'
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
steps:
-
name: 'Check out'
uses: 'actions/checkout@v2'
uses: 'actions/checkout@v4'

-
name: 'Set up PHP'
Expand All @@ -136,7 +136,7 @@ jobs:

-
name: 'Cache dependencies'
uses: 'actions/cache@v2'
uses: 'actions/cache@v3'
with:
path: '${{ steps.composer-cache.outputs.cache_dir }}'
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
Expand Down

0 comments on commit 0d75ac5

Please sign in to comment.