Skip to content

Commit 8f3eed0

Browse files
Update actions/checkout action to v4
1 parent 8337e77 commit 8f3eed0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Setup Node and .npmrc
1212
uses: actions/setup-node@v3
1313
with:

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: Use Rust Cache
1414
uses: Swatinem/rust-cache@v2
1515
- name: Install & Build & Test

0 commit comments

Comments
 (0)