Skip to content

Commit 3cd5bd1

Browse files
authored
Merge branch 'master' into bump-up-h5bp
2 parents d64224e + 20303eb commit 3cd5bd1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
version: ['8.0', '8.1', '8.2', '8.3', '8.4']
15+
version: ['8.1', '8.2', '8.3', '8.4']
1616
type: ['', '-prod']
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v4.2.2
20+
uses: actions/checkout@v5.0.0
2121

2222
- name: Setup QEMU
2323
uses: docker/setup-qemu-action@v3

.github/workflows/docker-description.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
docker-description:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4.2.2
15+
- uses: actions/checkout@v5.0.0
1616

1717
- name: Sync Docker Hub Description
18-
uses: peter-evans/dockerhub-description@v4.0.0
18+
uses: peter-evans/dockerhub-description@v5.0.0
1919
env:
2020
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
2121
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)