We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afb5b42 + 3e737e5 commit 83654a3Copy full SHA for 83654a3
2 files changed
.github/workflows/matrix-tools.yml
@@ -56,7 +56,7 @@ jobs:
56
runs-on: ubuntu-latest
57
steps:
58
- name: Set up Docker Buildx
59
- uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
+ uses: docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # v3
60
61
- name: Checkout Repository
62
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
.github/workflows/releasing.yml
@@ -129,7 +129,7 @@ jobs:
129
echo "next-version=$next_version" >> "$GITHUB_OUTPUT"
130
131
- name: Release
132
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
133
with:
134
draft: true
135
body_path: CHANGELOG.latest.md
0 commit comments