Skip to content

Commit

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

Bump softprops/action-gh-release from 2.0.9 to 2.1.0 in the github-actions group across 1 directory
  • Loading branch information
hvdijk authored Dec 2, 2024
2 parents 4238849 + 8a54e7e commit 2c68630
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@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
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@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down

0 comments on commit 2c68630

Please sign in to comment.