Skip to content

Commit

Permalink
fix: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jan 4, 2024
1 parent f9172fe commit 8ca8c11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/js/Pages/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
>
<span class="block text-teal-200"
>NMR spectroscopy data repository and
analysis platform.</span
analysis platform. test</span
>
</h1>
<p
Expand Down

0 comments on commit 8ca8c11

Please sign in to comment.