Skip to content

Commit d901c55

Browse files
committed
Bump checkout version
1 parent be14d38 commit d901c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- publish-github-docker
134134
runs-on: ubuntu-22.04
135135
steps:
136-
- uses: actions/checkout@v2
136+
- uses: actions/checkout@v4
137137
with:
138138
ref: ${{ github.event.release.tag_name }}
139139
- uses: actions/setup-node@v4

.github/workflows/typescript-napi-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
apk add gcompat
9393
sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
9494
- run: echo RUSTFLAGS="-C target-feature=-crt-static" >> "${GITHUB_ENV}"
95-
- uses: actions/checkout@v3
95+
- uses: actions/checkout@v4
9696
- uses: actions-rs/toolchain@v1
9797
with:
9898
profile: minimal

0 commit comments

Comments
 (0)