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 2b47fd0 commit 08c665aCopy full SHA for 08c665a
.github/workflows/cd.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: macos-latest
12
steps:
13
- name: Git Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
with:
16
fetch-depth: 0 # required to be able to find Git tags
17
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
@@ -102,7 +102,7 @@ jobs:
102
# install: true
103
104
105
106
107
- name: Set up tea environment
108
uses: teaxyz/setup@v1
0 commit comments