Skip to content

Commit 8ba7365

Browse files
wrmillingtokyohomelab
authored andcommitted
Actions: Update ssh-agent and checkout versions
1 parent 5052829 commit 8ba7365

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.forgejo/workflows/repo-sync.yml

Lines changed: 2 additions & 2 deletions
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.2.2
12+
uses: ${{ github.server_url }}/actions/checkout@v6.0.2
1313
with:
1414
fetch-depth: 0
1515
- name: Setup SSH
16-
uses: ${{ github.server_url }}/actions/ssh-agent@v0.9.1
16+
uses: ${{ github.server_url }}/actions/ssh-agent@v0.10.0
1717
with:
1818
ssh-private-key: |
1919
${{ secrets.SYNC_KEY }}

0 commit comments

Comments
 (0)