Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.6 (.github/workfl…
Browse files Browse the repository at this point in the history
…ows/gitsec.githound.yaml)
  • Loading branch information
IK Renovate Bot authored and ivankatliarchuk committed May 27, 2024
1 parent dd99efd commit e2b3a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitsec.githound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- uses: brpaz/[email protected]
env:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- uses: brpaz/[email protected]
env:
Expand Down

0 comments on commit e2b3a8e

Please sign in to comment.