From 8ca8c11e777bada1b265d53a05330d520b874156 Mon Sep 17 00:00:00 2001 From: NishaSharma14 Date: Thu, 4 Jan 2024 17:03:28 +0100 Subject: [PATCH] fix: update checkout action --- .github/workflows/dev-build.yml | 4 ++-- resources/js/Pages/Welcome.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index d8a889b7..379fd947 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -39,7 +39,7 @@ jobs: options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 with: fetch-depth: 1 @@ -77,7 +77,7 @@ jobs: url: ${{ env.DEV_URL }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Setup gcloud CLI - uses: google-github-actions/setup-gcloud@94337306dda8180d967a56932ceb4ddcf01edae7 diff --git a/resources/js/Pages/Welcome.vue b/resources/js/Pages/Welcome.vue index bbaf8acc..7fe50b4d 100644 --- a/resources/js/Pages/Welcome.vue +++ b/resources/js/Pages/Welcome.vue @@ -226,7 +226,7 @@ > NMR spectroscopy data repository and - analysis platform.