We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819970c commit 40853c1Copy full SHA for 40853c1
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
- os: ubuntu:devel
35
stable: false
36
steps:
37
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
38
39
- name: Show OS information
40
run: cat /etc/os-release 2>/dev/null || \
.github/workflows/coverage.yml
@@ -17,7 +17,7 @@ jobs:
17
os:
18
- ubuntu:latest
19
20
21
22
23
run: cat /etc/os-release 2>/dev/null || echo /etc/os-release not available
0 commit comments