Skip to content

Commit c247c1e

Browse files
IK Renovate Botivankatliarchuk
authored andcommitted
chore(deps): update actions/checkout action to v4.1.7 (.github/workflows/ci.appcenter.cli.yaml)
1 parent 5b89c20 commit c247c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.appcenter.cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
2929
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
3030
steps:
31-
- uses: actions/[email protected].6
31+
- uses: actions/[email protected].7
3232

3333
- name: login to registry
3434
run: |
@@ -87,7 +87,7 @@ jobs:
8787
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
8888
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
8989
steps:
90-
- uses: actions/[email protected].6
90+
- uses: actions/[email protected].7
9191

9292
- uses: brpaz/[email protected]
9393
env:

0 commit comments

Comments
 (0)