Skip to content

Commit b54a49b

Browse files
authored
ops: Upgrade GitHub Actions to latest versions (#144)
2 parents 908ede1 + 46fd150 commit b54a49b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
org.opencontainers.image.documentation=https://scrapling.readthedocs.io/en/latest/
7171
7272
- name: Build and push Docker image
73-
uses: docker/build-push-action@v5
73+
uses: docker/build-push-action@v6
7474
with:
7575
context: .
7676
platforms: linux/amd64,linux/arm64

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
4848
- name: Create Release
49-
uses: softprops/action-gh-release@v1
49+
uses: softprops/action-gh-release@v2
5050
with:
5151
tag_name: ${{ steps.extract_version.outputs.version }}
5252
name: Release ${{ steps.extract_version.outputs.version }}

0 commit comments

Comments
 (0)