Skip to content

Commit

Permalink
bump checkout and cache actions versions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Jan 28, 2024
1 parent b9fe9c6 commit 631c2a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
phpstan: '1'
steps:
- name: Checkout Drupal core
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: drupal/drupal
ref: ${{ matrix.drupal-core }}

- name: Checkout graphql module
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: modules/graphql

Expand All @@ -53,7 +53,7 @@ jobs:
key: cache-v1

- name: Cache PHP extensions
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.extcache.outputs.dir }}
key: ${{ steps.extcache.outputs.key }}
Expand All @@ -73,7 +73,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composercache.outputs.dir }}
# Use composer.json for key, if composer.lock is not committed.
Expand Down

0 comments on commit 631c2a2

Please sign in to comment.