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 f6b3c9f commit f78f2cfCopy full SHA for f78f2cf
.github/workflows/frontend.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
12
- name: Set up node
13
uses: actions/setup-node@v3
14
with:
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
0 commit comments