Update actions/checkout action to v3

This commit is contained in:
Renovate Bot
2022-03-07 16:34:17 +00:00
parent 94825de355
commit c7d49970fc
5 changed files with 12 additions and 12 deletions

View File

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