Skip to content

Commit

Permalink
buck2/github: update actions versions
Browse files Browse the repository at this point in the history
Summary:
* Old version of `SebRollen/toml-action` emits warning.
* Use actions/checkout@4` everywhere.

Differential Revision: D66011315
  • Loading branch information
KapJI authored and facebook-github-bot committed Nov 15, 2024
1 parent f3af7a7 commit f258333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_linux_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/upload_buck2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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`
Expand All @@ -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:
Expand Down

0 comments on commit f258333

Please sign in to comment.