We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d3f6d commit c4eabe0Copy full SHA for c4eabe0
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
URL: "http://localhost:5000"
22
API_KEY: "VerySecretKey"
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
- name: Cache .cargo and target
26
uses: actions/cache@v4
27
with:
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
env:
13
TZ: "/usr/share/zoneinfo/your/location"
14
15
16
17
18
0 commit comments