diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5177e99..d888601 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -45,7 +45,7 @@ jobs: NX_REJECT_UNKNOWN_LOCAL_CACHE: 0 - name: Codecov - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.0 if: hashFiles('coverage/**/*') != '' with: directory: coverage diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 9f3a91b..9505591 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 - name: Self-hosted Renovate uses: renovatebot/github-action@v40.1.11