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 33b8148 commit 698b80fCopy full SHA for 698b80f
.github/workflows/integrate.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Setup Node
17
uses: actions/setup-node@v3
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
.github/workflows/test.yaml
@@ -17,7 +17,7 @@ jobs:
version: [ "latest", "3.7.3" ]
18
19
20
21
- name: Setup Exoscale CLI
22
uses: ./
23
with:
0 commit comments