Merge pull request #117 from ggogel/renovate/actions-checkout-3.x

Update actions/checkout action to v3
This commit is contained in:
Gerrit Gogel 2023-08-26 11:27:42 +02:00 committed by GitHub
commit 4c85344428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Determine Changed Directory and Extract Version - name: Determine Changed Directory and Extract Version
id: dir_version id: dir_version