From 8ae9dd62a409389dcb522f4bb9a9bc36b8464346 Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Wed, 27 Nov 2024 01:55:28 -0500 Subject: [PATCH] Update GHA workflows to newer version of checkout action --- .github/workflows/pipeline-docker-cloud.yaml | 4 ++-- .github/workflows/pipeline-gha.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline-docker-cloud.yaml b/.github/workflows/pipeline-docker-cloud.yaml index ecc37ba..0aa2672 100644 --- a/.github/workflows/pipeline-docker-cloud.yaml +++ b/.github/workflows/pipeline-docker-cloud.yaml @@ -1,4 +1,4 @@ -name: Pipeline using Docker Cloud +name: Pipeline using Docker cloud services on: push: {} @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/pipeline-gha.yaml b/.github/workflows/pipeline-gha.yaml index 35b4663..c0b9f33 100644 --- a/.github/workflows/pipeline-gha.yaml +++ b/.github/workflows/pipeline-gha.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4