Skip to content

Commit

Permalink
Update GH actions used.
Browse files Browse the repository at this point in the history
  • Loading branch information
kagg-design committed Aug 23, 2023
1 parent 8324284 commit 508ebbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wpforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get Composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Setup Composer caching
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-composer-dependencies
with:
Expand Down

0 comments on commit 508ebbb

Please sign in to comment.