We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7186da8 commit 9ab6adeCopy full SHA for 9ab6ade
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
# - 15.x
24
name: Node v${{ matrix.node-version }} ${{ matrix.install-option }}
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
- name: Setting up Node.js v${{ matrix.node-version }}
28
uses: actions/setup-node@v3
29
with:
.github/workflows/rebase.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
- name: Checkout the latest code
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
fetch-depth: 0
20
- name: Automatic Rebase
0 commit comments