diff --git a/.github/workflows/compile-dependency.yml b/.github/workflows/compile-dependency.yml index 3c102e6..777209c 100644 --- a/.github/workflows/compile-dependency.yml +++ b/.github/workflows/compile-dependency.yml @@ -52,10 +52,10 @@ jobs: echo '{"experimental": "enabled"}' | sudo tee ~/.docker/config.json - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Setup before compilation id: compile-setup diff --git a/.github/workflows/lint-yaml.yml b/.github/workflows/lint-yaml.yml index 8a7dab7..69d6067 100644 --- a/.github/workflows/lint-yaml.yml +++ b/.github/workflows/lint-yaml.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.14 - name: Install yamllint run: pip install yamllint diff --git a/.github/workflows/push-buildpackage.yml b/.github/workflows/push-buildpackage.yml index 3c144ba..95753dd 100644 --- a/.github/workflows/push-buildpackage.yml +++ b/.github/workflows/push-buildpackage.yml @@ -98,14 +98,14 @@ jobs: fi - name: Docker login docker.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ env.DOCKERHUB_USERNAME }} password: ${{ env.DOCKERHUB_PASSWORD }} registry: ${{ env.DOCKERHUB_REGISTRY }} - name: Docker login gcr.io - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: ${{ steps.parse_configs.outputs.push_to_gcr == 'true' }} with: username: ${{ env.GCR_USERNAME }} diff --git a/scripts/.util/tools.json b/scripts/.util/tools.json index d7f6b85..31d4043 100644 --- a/scripts/.util/tools.json +++ b/scripts/.util/tools.json @@ -2,5 +2,5 @@ "createpackage": "v1.73.0", "jam": "v2.15.3", "libpaktools": "v0.3.0", - "pack": "v0.40.0" + "pack": "v0.40.1" } diff --git a/scripts/build.sh b/scripts/build.sh index 11ab80b..63d2236 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -45,7 +45,7 @@ function main() { run::build cmd::build - ## For backwards compatibility with amd64 wokflows + ## For backwards compatibility with amd64 workflows if [[ ${#targets[@]} -eq 1 && "${targets[0]}" == "linux/amd64" ]]; then cp -r "${BUILDPACKDIR}/linux/amd64/bin/" "${BUILDPACKDIR}/" fi