Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update: update actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
SurabhiAngadi committed Feb 7, 2024
1 parent 91fc9b7 commit 0292e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Clone obsrv core repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Sanketika-Obsrv/obsrv-core
path: obsrv-connectors/obsrv-core
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
cd obsrv-connectors/obsrv-core
mvn clean install -DskipTests
- name: Run test case when raised a PR
run: |
cd ./jdbc-connector
Expand Down

0 comments on commit 0292e48

Please sign in to comment.