We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be14d38 commit d901c55Copy full SHA for d901c55
.github/workflows/publish.yaml
@@ -133,7 +133,7 @@ jobs:
133
- publish-github-docker
134
runs-on: ubuntu-22.04
135
steps:
136
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
137
with:
138
ref: ${{ github.event.release.tag_name }}
139
- uses: actions/setup-node@v4
.github/workflows/typescript-napi-ci.yaml
@@ -92,7 +92,7 @@ jobs:
92
apk add gcompat
93
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
94
- run: echo RUSTFLAGS="-C target-feature=-crt-static" >> "${GITHUB_ENV}"
95
- - uses: actions/checkout@v3
96
- uses: actions-rs/toolchain@v1
97
98
profile: minimal
0 commit comments