Loading .github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ jobs: # GITHUB_REF value: refs/heads/v* run: echo "VERSION=$(echo ${GITHUB_REF:11})" >> $GITHUB_ENV - uses: actions/checkout@v2 - uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v2 Loading Loading
.github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ jobs: # GITHUB_REF value: refs/heads/v* run: echo "VERSION=$(echo ${GITHUB_REF:11})" >> $GITHUB_ENV - uses: actions/checkout@v2 - uses: actions/checkout@v3 - name: Set up QEMU uses: docker/setup-qemu-action@v2 Loading