Skip to content

Commit faad125

Browse files
authored
Merge pull request #244 from laminas/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 9bb0c8a + 28a6873 commit faad125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo "::set-output name=tags::[\"${MAJOR}\",\"${MINOR}\",\"${PATCH}\"]"
2020
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Setup QEMU
2525
uses: docker/setup-qemu-action@v3

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: "Checkout"
18-
uses: "actions/checkout@v3"
18+
uses: "actions/checkout@v4"
1919

2020
- name: "Docker Build"
2121
run: "DOCKER_BUILDKIT=1 docker build ."

0 commit comments

Comments
 (0)