We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5052829 commit 8ba7365Copy full SHA for 8ba7365
1 file changed
.forgejo/workflows/repo-sync.yml
@@ -9,11 +9,11 @@ jobs:
9
runs-on: alpine-tokyo
10
steps:
11
- name: Checkout Repository
12
- uses: ${{ github.server_url }}/actions/checkout@v4.2.2
+ uses: ${{ github.server_url }}/actions/checkout@v6.0.2
13
with:
14
fetch-depth: 0
15
- name: Setup SSH
16
- uses: ${{ github.server_url }}/actions/ssh-agent@v0.9.1
+ uses: ${{ github.server_url }}/actions/ssh-agent@v0.10.0
17
18
ssh-private-key: |
19
${{ secrets.SYNC_KEY }}
0 commit comments