Skip to content

Commit ebe86b7

Browse files
committed
chore: update to checkout@v4
1 parent b9bd85f commit ebe86b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-spm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
runs-on: macos-12
1818
steps:
1919
- name: "Checkout build repo"
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
repository: ${{ github.repository_owner }}/bdk-ffi
2323
path: build
2424
ref: ${{ inputs.ffitag }}
2525

2626
- name: "Checkout dist repo"
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
path: dist
3030

0 commit comments

Comments
 (0)