Skip to content

Commit 9ab6ade

Browse files
chore(deps): update actions/checkout action to v4
1 parent 7186da8 commit 9ab6ade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# - 15.x
2424
name: Node v${{ matrix.node-version }} ${{ matrix.install-option }}
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Setting up Node.js v${{ matrix.node-version }}
2828
uses: actions/setup-node@v3
2929
with:

.github/workflows/rebase.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout the latest code
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
- name: Automatic Rebase

0 commit comments

Comments
 (0)