diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml index bf572e2..dc42c96 100644 --- a/.github/workflows/ci-docker.yml +++ b/.github/workflows/ci-docker.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 - uses: hadolint/hadolint-action@v3.1.0 diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 1e02d31..532e802 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 - name: Setup Python