Update actions/checkout action to v4 (#36)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-04 20:45:15 +01:00
committed by GitHub
parent 851fd3f23e
commit 898aa732ae
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build container image
run: docker build . --file Dockerfile --tag hesk:test-${{ github.sha }}