We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc6430 commit 99b68caCopy full SHA for 99b68ca
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
name: "release"
14
steps:
15
- name: Checkout repo
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
17
- name: Set up qemu
18
uses: docker/setup-qemu-action@v2
19
with:
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
11
12
0 commit comments