Skip to content

Commit cc553ba

Browse files
authored
Merge pull request #194 from laminas/1.36.x-merge-up-into-2.0.x_IH66SM2D
Merge release 1.36.0 into 2.0.x
2 parents 6ba4879 + a5bdf41 commit cc553ba

File tree

5 files changed

+58
-58
lines changed

5 files changed

+58
-58
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@ jobs:
1212
DOCKER_USER: ${{ secrets.CONTAINER_USERNAME }}
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Docker Buildx
18-
uses: docker/setup-buildx-action@v2
18+
uses: docker/setup-buildx-action@v3
1919
with:
2020
install: true
2121

2222
- name: Login to GitHub Container Registry
2323
if: ${{ github.event_name == 'release' }}
24-
uses: docker/login-action@v2
24+
uses: docker/login-action@v3
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.repository_owner }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Docker meta
3131
id: docker_meta
32-
uses: docker/metadata-action@v4
32+
uses: docker/metadata-action@v5
3333
with:
3434
images: ghcr.io/laminas/laminas-continuous-integration
3535
tags: |
@@ -42,7 +42,7 @@ jobs:
4242
latest=false
4343
4444
- name: Build image. Push for release
45-
uses: docker/build-push-action@v4
45+
uses: docker/build-push-action@v5
4646
with:
4747
context: .
4848
file: ./Dockerfile

.github/workflows/create-additional-action-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
needs: [tags]
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
- name: Update tags
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}

.github/workflows/release-on-milestone-closed.yml

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

1919
steps:
2020
- name: "Checkout"
21-
uses: "actions/checkout@v3"
21+
uses: "actions/checkout@v4"
2222

2323
- name: "Release"
2424
uses: "laminas/automatic-releases@v1"

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: "ubuntu-latest"
1515
steps:
1616
- name: "Checkout"
17-
uses: "actions/checkout@v3"
17+
uses: "actions/checkout@v4"
1818

1919
- name: "Run ShellCheck"
2020
uses: "reviewdog/action-shellcheck@v1"

composer.lock

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)