We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7876737 commit 2a3635bCopy full SHA for 2a3635b
.github/workflows/build_pr.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-22.04
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
12
13
- name: Set up QEMU
14
uses: docker/setup-qemu-action@v2
.github/workflows/build_tag_and_main.yml
@@ -12,7 +12,7 @@ jobs:
packages: write
15
16
17
18
0 commit comments