From 45b6c2a4c38a8371d92a1232c608a276638674e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:41:33 +0200 Subject: [PATCH] Update actions/checkout action to v4 (#78) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 b9b0baf..1be2bce 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@v3 + - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: Use Node.js uses: actions/setup-node@v3 diff --git a/.github/workflows/platformatic-deploy.yml b/.github/workflows/platformatic-deploy.yml index 6ffb035..25777bf 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@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 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 143c25a..b9b6510 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@v3 + uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 - name: npm install --omit=dev run: npm install --omit=dev - name: Get PR number