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 eb74c87 commit a2297c0Copy full SHA for a2297c0
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: crystal-lang/install-crystal@v1
38
39
- name: Checkout source code
40
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
41
42
- name: Install dependencies
43
run: shards install
.github/workflows/cd.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Checkout repository
29
30
31
- name: Set up QEMU
32
uses: docker/setup-qemu-action@v3
.github/workflows/ci-base.yml
@@ -30,7 +30,7 @@ jobs:
sudo apt-get install libxml2-utils -y
- name: Download source
33
34
35
36
0 commit comments