diff options
| author | takaram <takaram71@gmail.com> | 2023-03-25 23:38:18 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 15:38:18 +0100 |
| commit | 5512d645218ee27bd290447b756759071333d05c (patch) | |
| tree | 249df2aed7bea302d1e3c4566bc2280ad40f474c /.github | |
| parent | 3d2a8dc5fdc5227bcac6ada2becc9eebde417ace (diff) | |
| download | smarty-5512d645218ee27bd290447b756759071333d05c.tar.gz smarty-5512d645218ee27bd290447b756759071333d05c.tar.bz2 smarty-5512d645218ee27bd290447b756759071333d05c.zip | |
Upgrade actions/checkout and actions/cache (#870)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33224fcb..00072c8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Override PHP ini values for JIT compiler if: matrix.compiler == 'jit' @@ -68,7 +68,7 @@ jobs: - name: Cache Composer packages id: composer-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: vendor key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }} |
