Update actions/checkout action to v4 (#515)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-06 10:07:16 +02:00
committed by GitHub
parent dfb26d789f
commit e521e9e1a6
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ jobs:
if: "! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{github.event.pull_request.head.sha}}