Skip to content

Commit

Permalink
Merge pull request #580 from uxlfoundation/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…github-actions-35641a6c8a

Bump softprops/action-gh-release from 2.0.8 to 2.0.9 in the github-actions group across 1 directory
  • Loading branch information
hvdijk authored Nov 20, 2024
2 parents 9c2aa3d + cbc8f98 commit 0d351bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_publish_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
fi
- name: Create OCK pre-release
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_ock_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
tar -rf ock_demo_components.tar.gz portDNN_build.tar.gz portBLAS_build.tar.gz
- name: Create OCK demo release
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit 0d351bc

Please sign in to comment.