Skip to content

Commit fba86d3

Browse files
ivankatliarchukIK Renovate Bot
andauthored
chore(deps): update actions/checkout action to v3.0.2 (.github/workflows/docker.build-push.yaml) (#110)
Co-authored-by: IK Renovate Bot <[email protected]>
1 parent e6156a8 commit fba86d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'true'
3030
|| github.event_name == 'push' && (github.event.created == false && github.event.forced == false)
3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v3.0.2
3333

3434
- name: login to registry
3535
run: |
@@ -84,7 +84,7 @@ jobs:
8484
github.event_name == 'workflow_dispatch' && github.event.inputs.push == 'false'
8585
|| github.event_name == 'push' && (github.event.created == true || github.event.forced == true)
8686
steps:
87-
- uses: actions/checkout@v3
87+
- uses: actions/checkout@v3.0.2
8888

8989
- uses: brpaz/[email protected]
9090
env:

0 commit comments

Comments
 (0)