Skip to content

Commit

Permalink
upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Boldewyn committed Feb 23, 2024
1 parent 69d733e commit 181ec61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: set up node v20
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "20"

- 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 181ec61

Please sign in to comment.