diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 7afe9eca9..6e5f8c71a 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -13,7 +13,7 @@ jobs: - 'cachelib' - 'examples' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Run clang-format uses: jidicula/clang-format-action@v4.13.0 with: diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 580cbaf2a..03c52e4d0 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -22,10 +22,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: yarn diff --git a/.github/workflows/getdeps_linux.yml b/.github/workflows/getdeps_linux.yml index feefbb000..d034ed85e 100644 --- a/.github/workflows/getdeps_linux.yml +++ b/.github/workflows/getdeps_linux.yml @@ -707,7 +707,7 @@ jobs: run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --build-type RelWithDebInfo --src-dir=. cachelib --project-install-prefix cachelib:/usr/local - name: Copy artifacts run: python3 build/fbcode_builder/getdeps.py --allow-system-packages fixup-dyn-deps --strip --src-dir=. cachelib _artifacts/linux --project-install-prefix cachelib:/usr/local --final-install-prefix /usr/local - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cachelib path: _artifacts