Skip to content

Commit ca3167e

Browse files
Update actions/checkout action to v4
1 parent b2faba6 commit ca3167e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: "release"
1414
steps:
1515
- name: Checkout repo
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
- name: Set up qemu
1818
uses: docker/setup-qemu-action@v3
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout repo
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Set up qemu
1313
uses: docker/setup-qemu-action@v3
1414
with:

0 commit comments

Comments
 (0)