Skip to content

Commit 26857d3

Browse files
chore(deps): update actions/checkout action to v4
1 parent 5515106 commit 26857d3

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
@@ -32,7 +32,7 @@ jobs:
3232
target: aarch64-apple-darwin
3333

3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4
3636
- name: Install linux
3737
if: ${{ matrix.os == 'linux' }}
3838
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
image: macos-latest
2323

2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- name: Install linux
2727
if: ${{ matrix.os == 'linux' }}
2828
run: |

0 commit comments

Comments
 (0)