From f2583330284e750ddc84008b4c5870c0801f811b Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Fri, 15 Nov 2024 09:31:55 -0800 Subject: [PATCH] buck2/github: update actions versions Summary: * Old version of `SebRollen/toml-action` emits warning. * Use actions/checkout@4` everywhere. Differential Revision: D66011315 --- .github/actions/setup_linux_env/action.yml | 2 +- .github/workflows/upload_buck2.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup_linux_env/action.yml b/.github/actions/setup_linux_env/action.yml index 43164131ada9..5cb543a50b77 100644 --- a/.github/actions/setup_linux_env/action.yml +++ b/.github/actions/setup_linux_env/action.yml @@ -3,7 +3,7 @@ description: Setup Linux environment runs: using: composite steps: - - uses: SebRollen/toml-action@v1.0.2 + - uses: SebRollen/toml-action@v1.2.0 id: read_rust_toolchain with: file: rust-toolchain diff --git a/.github/workflows/upload_buck2.yml b/.github/workflows/upload_buck2.yml index b8c43c442f83..d8481cb7b0df 100644 --- a/.github/workflows/upload_buck2.yml +++ b/.github/workflows/upload_buck2.yml @@ -56,7 +56,7 @@ jobs: runs-on: ${{ matrix.target.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: SebRollen/toml-action@v1.0.2 @@ -135,7 +135,7 @@ jobs: - get_prelude_hash runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Publish a new tag and upload all aritfacts from `build` and `get_prelude_hash` @@ -196,7 +196,7 @@ jobs: # Only perform this action if check_for_bi_monthly_release set a tag output if: ${{ needs.check_for_bi_monthly_release.outputs.tag }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Publish a new tag and upload all aritfacts from `build` and `get_prelude_hash` @@ -218,7 +218,7 @@ jobs: - build steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Buck2 uses: actions/download-artifact@v4 with: