Skip to content

Commit

Permalink
Update actions/checkout from v3 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikvl87 committed Mar 14, 2024
1 parent 961b0ad commit d7a4040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-container-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
snyk:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build a Docker image
run: docker build -t erikvl87/languagetool .
- name: Run Snyk to check Docker image for vulnerabilities
Expand Down

0 comments on commit d7a4040

Please sign in to comment.