Update actions/checkout action to v6 #8

Closed
renovate wants to merge 1 commits from renovate/actions-checkout-6.x into master

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v6
with:
ref: master
fetch-depth: 0