Skip to content

Commit 784a258

Browse files
committed
Bump actions/checkout to v4
1 parent bc45e5e commit 784a258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-swift-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
contents: write
2121
steps:
2222
- name: Checkout nostr repo
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
repository: ${{ github.repository_owner }}/nostr
2626
path: build
2727
ref: ${{ inputs.ref }}
2828

2929
- name: Checkout nostr-sdk-swift repo
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
path: dist
3333
ssh-key: ${{ secrets.NOSTR_SDK_SWIFT_DEPLOY_KEY }}

0 commit comments

Comments
 (0)