diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2024-07-26 06:24:09 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2024-07-30 13:13:23 +0530 |
| commit | cc0332288aaf653cfb780591ba52502e556f43ab (patch) | |
| tree | 22407da0a1fba185c9fae4acea0fca2508e864a1 /.github/workflows/website.yml | |
| parent | 1e26a884814b4d3a0bd09780443972b215724959 (diff) | |
| download | meson-cc0332288aaf653cfb780591ba52502e556f43ab.tar.gz | |
ci: Update to checkout@v4 to squelch node warnings
Keep using v3 for Bionic because of https://github.com/mesonbuild/meson/pull/13424
Diffstat (limited to '.github/workflows/website.yml')
| -rw-r--r-- | .github/workflows/website.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 2c76d8784..206734e85 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -32,7 +32,7 @@ jobs: HAS_SSH_KEY: ${{ secrets.WEBSITE_PRIV_KEY != '' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache/restore@v3 id: restore-cache |
