Update actions/checkout action to v4

This commit is contained in:
renovate[bot]
2025-03-11 18:11:38 +00:00
committed by GitHub
parent 7e400d2afc
commit e0d125fbf1
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ jobs:
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build a Docker image
run: docker build -t ghcr.io/fluttershub/homepage:snyk .
- name: Run Snyk to check Docker image for vulnerabilities