Skip to content

Commit 432d08f

Browse files
committed
Increase action versions
1 parent 96ebde4 commit 432d08f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ jobs:
6060
steps:
6161
- name: Git describe
6262
id: ghd
63-
uses: proudust/gh-describe@v1
63+
uses: proudust/gh-describe@v2
6464
- name: Check outputs
6565
run: |
6666
echo "describe: ${{ steps.ghd.outputs.describe }}"
6767
- name: Set up QEMU
68-
uses: docker/setup-qemu-action@v2
68+
uses: docker/setup-qemu-action@v3
6969
- name: Set up Docker Buildx
70-
uses: docker/setup-buildx-action@v2
70+
uses: docker/setup-buildx-action@v3
7171
- name: Login to DockerHub
72-
uses: docker/login-action@v2
72+
uses: docker/login-action@v3
7373
with:
7474
username: ${{ secrets.DOCKERHUB_USERNAME }}
7575
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -81,13 +81,13 @@ jobs:
8181
password: ${{ secrets.GITHUB_TOKEN }}
8282
- name: Extract metadata (tags, labels) for Docker
8383
id: meta
84-
uses: docker/metadata-action@v4
84+
uses: docker/metadata-action@v5
8585
with:
8686
images: |
8787
docker.io/aksw/jekyll-rdf
8888
ghcr.io/aksw/jekyll-rdf
8989
- name: Build and push
90-
uses: docker/build-push-action@v3
90+
uses: docker/build-push-action@v5
9191
with:
9292
push: true
9393
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/arm64/v8

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
-
1414

1515
### Fixed
16-
-
16+
- Increase action versions
1717

1818
## [4.2.1] - 2024-06-12
1919

0 commit comments

Comments
 (0)