Skip to content

Commit

Permalink
Merge pull request #3 from ajilach/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
rhermanek authored Jun 27, 2022
2 parents c7e6d63 + 4991ac2 commit d16eaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker build . --file Dockerfile -t ajilaag/clamav-rest:$(date +'%Y%m%d')
Expand Down

0 comments on commit d16eaab

Please sign in to comment.