diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2024-07-26 07:59:49 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2024-07-30 13:13:23 +0530 |
| commit | d077c2f5f61eebaabf98b0be7dea0d83502d8c13 (patch) | |
| tree | f21ef2f75862daa136ea13f0ceaebb36bf1070e9 /.github/workflows/website.yml | |
| parent | b7e94d2ea00025a5e444ac9589043a4cfacd81b3 (diff) | |
| download | meson-d077c2f5f61eebaabf98b0be7dea0d83502d8c13.tar.gz | |
ci: update actions/cache to v4 to fix deprecations
Diffstat (limited to '.github/workflows/website.yml')
| -rw-r--r-- | .github/workflows/website.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 206734e85..fdb7d1400 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache/restore@v3 + - uses: actions/cache/restore@v4 id: restore-cache with: # should use 'pip3 cache dir' to discover this path @@ -47,7 +47,7 @@ jobs: sudo apt-get -y install python3-pip ninja-build libjson-glib-dev pip install hotdoc chevron strictyaml - - uses: actions/cache/save@v3 + - uses: actions/cache/save@v4 with: # should use 'pip3 cache dir' to discover this path path: ~/.cache/pip |
