Skip to content

Commit e8ed7f9

Browse files
committed
chore(dependencies): update actions/checkout action to v4
1 parent d28893f commit e8ed7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: [ubuntu-20.04, windows-2019, macos-11]
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Set up QEMU
1717
if: runner.os == 'Linux'
@@ -31,7 +31,7 @@ jobs:
3131
name: Make SDist
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- name: Build SDist
3636
run: pipx run build --sdist
3737
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)