Update actions/checkout action to v5 #5

Open
renovate-bot wants to merge 1 commit from renovate/actions-checkout-5.x into main
Showing only changes of commit b81c63ca8f - Show all commits

View file

@ -11,7 +11,7 @@ jobs:
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: apt-get update && apt-get install -y rsync
- name: Create private key
run: |