Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#186)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 024c474 commit 466c48b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-dgraph-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout dgraph-js repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: dgraph-js
repository: dgraph-io/dgraph-js
ref: ${{ github.event.inputs.releasetag }}
- name: Checkout dgraph repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: dgraph
repository: dgraph-io/dgraph
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout dgraph-js repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-aqua-security-trivy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-dgraph-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout dgraph-js repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: dgraph-js
repository: dgraph-io/dgraph-js
ref: ${{ github.ref }}
- name: Checkout dgraph repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: dgraph
repository: dgraph-io/dgraph
Expand Down

0 comments on commit 466c48b

Please sign in to comment.