aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2025-09-10 12:42:51 -0700
committerEllie Huxtable <ellie@elliehuxtable.com>2025-09-10 12:57:43 -0700
commit9832f157447ce0e729496020ce39f8ece72359c3 (patch)
treed555854f6ed4e7141f40dc1176829cc782f47265
parentbuild: update flake.nix with new sha256 (diff)
downloadatuin-9832f157447ce0e729496020ce39f8ece72359c3.zip
ci: update dist workflows
-rw-r--r--.github/workflows/release.yml10
1 files changed, 5 insertions, 5 deletions
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