diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index e6bf42b555..0b46d3bda1 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@v3 + - uses: actions/checkout@v6 - name: Run clang-format style check for C/C++ programs. uses: jidicula/clang-format-action@v4.6.2 with: diff --git a/.github/workflows/getdeps_linux.yml b/.github/workflows/getdeps_linux.yml index 76fa5e309d..bcace61250 100644 --- a/.github/workflows/getdeps_linux.yml +++ b/.github/workflows/getdeps_linux.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: 16-core-ubuntu steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Show disk space at start run: df -h - name: Free up disk space @@ -662,7 +662,7 @@ jobs: run: python3 build/fbcode_builder/getdeps.py --allow-system-packages build --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@v4 + - uses: actions/upload-artifact@v6 with: name: cachelib path: _artifacts