From 74f92ed44066d6d9df5e3087913370c30e62e14b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:50:03 -0400 Subject: [PATCH] chore(deps): update all non-major github action dependencies (#466) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci_code.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_code.yml b/.github/workflows/ci_code.yml index 335619f3..1b59e6ab 100644 --- a/.github/workflows/ci_code.yml +++ b/.github/workflows/ci_code.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest services: postgres: - image: postgres:15.7@sha256:2d8059176e789c849701fc06d3f7834d4f6db52b74c89f7f3517c4540a3c38bd + image: postgres:15.7@sha256:261400cf1399540d2dfa62c4420916d419bf9cd835d118674535a3830444be6e env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -33,7 +33,7 @@ jobs: python-version: "3.9" - name: Setup node - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version: "14"