We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 908ede1 + 46fd150 commit b54a49bCopy full SHA for b54a49b
2 files changed
.github/workflows/docker-build.yml
@@ -70,7 +70,7 @@ jobs:
70
org.opencontainers.image.documentation=https://scrapling.readthedocs.io/en/latest/
71
72
- name: Build and push Docker image
73
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
74
with:
75
context: .
76
platforms: linux/amd64,linux/arm64
.github/workflows/release-and-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
fi
47
48
- name: Create Release
49
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
50
51
tag_name: ${{ steps.extract_version.outputs.version }}
52
name: Release ${{ steps.extract_version.outputs.version }}
0 commit comments