Update actions/checkout action to v4

This commit is contained in:
renovate[bot]
2023-10-19 11:25:47 +00:00
committed by GitHub
parent 90fc864be4
commit dc0745ce76
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0