diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 440187e..4ab9dc1 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.1 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0