1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00

update CI script for #1580

This commit is contained in:
Wez Furlong 2022-01-26 10:52:30 -07:00
parent 25b4b3ff87
commit 0c6b4e261d

View File

@ -94,7 +94,7 @@ class CheckoutStep(ActionStep):
params = {}
if submodules:
params["submodules"] = "recursive"
super().__init__(name, action="actions/checkout@v2", params=params)
super().__init__(name, action="actions/checkout@v2.4.0", params=params)
class Job(object):
@ -460,7 +460,7 @@ cargo build --all --release""",
steps += [
ActionStep(
"Checkout homebrew tap",
action="actions/checkout@v2",
action="actions/checkout@v2.4.0",
params={
"repository": "wez/homebrew-wezterm",
"path": "homebrew-wezterm",
@ -484,7 +484,7 @@ cargo build --all --release""",
steps += [
ActionStep(
"Checkout linuxbrew tap",
action="actions/checkout@v2",
action="actions/checkout@v2.4.0",
params={
"repository": "wez/homebrew-wezterm-linuxbrew",
"path": "linuxbrew-wezterm",