Skip to content

Commit

Permalink
ci: update github actions to node20 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zerocrates committed Jun 14, 2024
1 parent 78a3934 commit bf1a665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -42,7 +42,7 @@ jobs:
run: echo "CI_COMPOSER_CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.CI_COMPOSER_CACHE_DIR }}
key: ${{ matrix.php-versions }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit bf1a665

Please sign in to comment.