From 9832f157447ce0e729496020ce39f8ece72359c3 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 10 Sep 2025 12:42:51 -0700 Subject: ci: update dist workflows --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 174938f3..ca92fbd3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 with: submodules: recursive - name: Install dist @@ -117,7 +117,7 @@ jobs: - name: enable windows longpaths run: | git config --global core.longpaths true - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 with: submodules: recursive - name: Install Rust non-interactively if not already installed @@ -179,7 +179,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} BUILD_MANIFEST_NAME: target/distrib/global-dist-manifest.json steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 with: submodules: recursive - name: Install cached dist @@ -228,7 +228,7 @@ jobs: outputs: val: ${{ steps.host.outputs.manifest }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 with: submodules: recursive - name: Install cached dist @@ -292,6 +292,6 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v4 with: submodules: recursive -- cgit v1.3.1