@@ -44,15 +44,15 @@ jobs:
4444 - os : windows-2019
4545 target : x86_64-pc-windows-msvc
4646 arch : x64
47- - os : [self-hosted, macOS, ARM64]
47+ - os : macos-14
4848 target : aarch64-apple-darwin
4949 arch : arm64
5050 steps :
51- - uses : actions/checkout@v2
51+ - uses : actions/checkout@v4
5252 with :
5353 ref : ${{ github.event.release.tag_name }}${{ github.event.inputs.name }}
54- - uses : c-hive/gha-yarn-cache@v1
55- - uses : actions/setup-node@v2.1.5
54+ - uses : c-hive/gha-yarn-cache@v2
55+ - uses : actions/setup-node@v4
5656 with :
5757 node-version : ${{ matrix.node_version }}
5858 architecture : ${{ matrix.system.arch }}
@@ -102,10 +102,10 @@ jobs:
102102 - run : |
103103 apk add gcompat
104104 sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
105- - uses : actions/checkout@v3
105+ - uses : actions/checkout@v4
106106 with :
107107 ref : ${{ github.event.release.tag_name }}${{ github.event.inputs.name }}
108- - uses : c-hive/gha-yarn-cache@v1
108+ - uses : c-hive/gha-yarn-cache@v2
109109 - uses : actions-rs/toolchain@v1
110110 with :
111111 profile : minimal
@@ -136,7 +136,7 @@ jobs:
136136 - uses : actions/checkout@v2
137137 with :
138138 ref : ${{ github.event.release.tag_name }}
139- - uses : actions/setup-node@v2.1.5
139+ - uses : actions/setup-node@v4
140140 with :
141141 node-version : 20
142142 cache : yarn
0 commit comments