From 72ff31f3c75b9e7684dcf79431b13e265bcfd03e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:23:06 +0000 Subject: [PATCH] Update actions/checkout digest to 1d96c77 --- .github/workflows/ci.yml | 2 +- .github/workflows/platformatic-deploy.yml | 2 +- .github/workflows/platformatic-preview.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd90be9..096a48b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: matrix: node-version: [18.x] steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 - name: Use Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/platformatic-deploy.yml b/.github/workflows/platformatic-deploy.yml index a1cbf04..c75d35a 100644 --- a/.github/workflows/platformatic-deploy.yml +++ b/.github/workflows/platformatic-deploy.yml @@ -16,7 +16,7 @@ jobs: name: main steps: - name: Checkout application project repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 - name: npm install --omit=dev run: npm install --omit=dev - name: Deploy project diff --git a/.github/workflows/platformatic-preview.yml b/.github/workflows/platformatic-preview.yml index 695cc01..9dbfc5c 100644 --- a/.github/workflows/platformatic-preview.yml +++ b/.github/workflows/platformatic-preview.yml @@ -17,7 +17,7 @@ jobs: name: development steps: - name: Checkout application project repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 - name: npm install --omit=dev run: npm install --omit=dev - name: Get PR number