Merge pull request #63 from Fluttershub/renovate/actions-checkout-4.x

Update actions/checkout action to v4
This commit is contained in:
2025-03-11 18:15:34 +00:00
committed by GitHub
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