Skip to content

Commit 0921e29

Browse files
chore(deps): Update actions/checkout action to v5 (#270)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v5`](https://redirect.github.com/actions/checkout/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hypermodeinc/dgraph-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 21fc4cd commit 0921e29

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cd-dgraph-js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3030
steps:
3131
- name: Checkout dgraph-js repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
path: dgraph-js
3535
repository: hypermodeinc/dgraph-js
3636
ref: ${{ github.event.inputs.releasetag }}
3737
- name: Checkout dgraph repo
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
with:
4040
path: dgraph
4141
repository: hypermodeinc/dgraph
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Checkout dgraph-js repo
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969
- name: Setup node.js
7070
uses: actions/setup-node@v4
7171
with:

.github/workflows/ci-dgraph-js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424
steps:
2525
- name: Checkout dgraph-js repo
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
path: dgraph-js
2929
repository: hypermodeinc/dgraph-js
3030
ref: ${{ github.ref }}
3131
- name: Checkout dgraph repo
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
path: dgraph
3535
repository: hypermodeinc/dgraph

0 commit comments

Comments
 (0)