Skip to content

Commit d15fd01

Browse files
Updates github-config (#83)
* Updating github-config * Updating github-config * Updating github-config * Updating github-config --------- Co-authored-by: paketo-bot <paketobuildpacks@gmail.com>
1 parent 07ff4bd commit d15fd01

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/compile-dependency.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
echo '{"experimental": "enabled"}' | sudo tee ~/.docker/config.json
5353
5454
- name: Set up QEMU
55-
uses: docker/setup-qemu-action@v3
55+
uses: docker/setup-qemu-action@v4
5656

5757
- name: Set up Docker Buildx
58-
uses: docker/setup-buildx-action@v3
58+
uses: docker/setup-buildx-action@v4
5959

6060
- name: Setup before compilation
6161
id: compile-setup

.github/workflows/lint-yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: 3.8
24+
python-version: 3.14
2525

2626
- name: Install yamllint
2727
run: pip install yamllint

.github/workflows/push-buildpackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ jobs:
9898
fi
9999
100100
- name: Docker login docker.io
101-
uses: docker/login-action@v3
101+
uses: docker/login-action@v4
102102
with:
103103
username: ${{ env.DOCKERHUB_USERNAME }}
104104
password: ${{ env.DOCKERHUB_PASSWORD }}
105105
registry: ${{ env.DOCKERHUB_REGISTRY }}
106106

107107
- name: Docker login gcr.io
108-
uses: docker/login-action@v3
108+
uses: docker/login-action@v4
109109
if: ${{ steps.parse_configs.outputs.push_to_gcr == 'true' }}
110110
with:
111111
username: ${{ env.GCR_USERNAME }}

scripts/.util/tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"createpackage": "v1.73.0",
33
"jam": "v2.15.3",
44
"libpaktools": "v0.3.0",
5-
"pack": "v0.40.0"
5+
"pack": "v0.40.1"
66
}

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function main() {
4545
run::build
4646
cmd::build
4747

48-
## For backwards compatibility with amd64 wokflows
48+
## For backwards compatibility with amd64 workflows
4949
if [[ ${#targets[@]} -eq 1 && "${targets[0]}" == "linux/amd64" ]]; then
5050
cp -r "${BUILDPACKDIR}/linux/amd64/bin/" "${BUILDPACKDIR}/"
5151
fi

0 commit comments

Comments
 (0)