Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 11bd719
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and github-actions[bot] committed Oct 23, 2024
1 parent ec5be44 commit 79bf03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "# :warning: GITHUB_TOKEN is used" >> $GITHUB_STEP_SUMMARY
echo "The GITHUB_TOKEN is used instead of a bot token or PAT that will not emit the released publish event for triggering a released workflow." >> $GITHUB_STEP_SUMMARY
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
token: ${{ steps.bot_token.outputs.token || secrets.PAT || secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion ports/assertion-cmake/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
REF
v${VERSION}
SHA512
1cf1e7d2f9c7e6e3ee93650a2a4904ea6d980ea075468de3e08350eaeb9c41365f9f0257681606d4544c88b674e1980135e339e0258a87b3034aec9930465d80
d65e415c276841465634da6a07a5f952bc59af2d6150f605efffc6c50b59b52dbc0edb59ffde2e6d796629d0db216f7d8b855dc053a2bf0c21e3472fad1a5a1b
)

file(GLOB items ${SOURCE_PATH}/cmake/*)
Expand Down

0 comments on commit 79bf03f

Please sign in to comment.