There was an error while loading. Please reload this page.
2 parents 0eef24d + b25150e commit 948e06cCopy full SHA for 948e06c
2 files changed
.github/workflows/codespell.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
22
- name: Annotate locations with typos
23
uses: codespell-project/codespell-problem-matcher@v1
24
- name: Codespell
.github/workflows/go.yml
run: sudo apt-get install -y libsensors-dev
- name: Checkout the repository
- uses: actions/setup-go@v6
with:
@@ -107,7 +107,7 @@ jobs:
107
sudo apt-get install -y ${{ matrix.cross_pkg }} ${{ matrix.libsensors_pkg }} qemu-user-static
108
109
110
111
112
113
0 commit comments