We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbf5b5 commit 5ffd7d2Copy full SHA for 5ffd7d2
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
- name: ⬇️ Checkout repo
30
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
31
32
- name: ⎔ Setup Node
33
uses: actions/setup-node@v3
@@ -75,7 +75,7 @@ jobs:
75
runs-on: ${{ matrix.os }}
76
77
78
79
80
- name: ⎔ Setup Node v${{ matrix.node }}
81
@@ -103,7 +103,7 @@ jobs:
103
github.ref) && github.event_name == 'push'
104
105
106
107
108
- name: ⎔ Setup node
109
0 commit comments