diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index d7b5de8..8c73797 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Log in to Docker Hub uses: docker/login-action@v2 diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 2398566..436cde3 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v5 with: # Fetch all history for all branches and tags fetch-depth: 0