chore(deps): update actions/checkout action to v4

This commit is contained in:
renovate[bot]
2023-09-06 15:25:34 +00:00
committed by GitHub
parent 91fc1b3b76
commit 459eb524ed
5 changed files with 13 additions and 13 deletions

View File

@@ -8,6 +8,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag ${{ github.repository }}:$(date +%s)