Skip to content

Commit 2f07879

Browse files
committed
actions: update actions step versions
1 parent 2b6c42a commit 2f07879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.forgejo/workflows/repo-sync.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: alpine-tokyo
1010
steps:
1111
- name: Checkout Repository
12-
uses: ${{ github.server_url }}/actions/checkout@v4
12+
uses: ${{ github.server_url }}/actions/checkout@v4.2.2
1313
with:
1414
fetch-depth: 0
1515
- name: Setup SSH
16-
uses: ${{ github.server_url }}/actions/[email protected].0
16+
uses: ${{ github.server_url }}/actions/[email protected].1
1717
with:
1818
ssh-private-key: |
1919
${{ secrets.SYNC_KEY }}

0 commit comments

Comments
 (0)