Skip to content

Commit caf1256

Browse files
ivankatliarchukIK Renovate Bot
andauthored
chore(deps): update actions/checkout action to v4.2.2 (.github/workflows/slack-notify.demo.yml) (#492)
Co-authored-by: IK Renovate Bot <[email protected]>
1 parent 0ab0866 commit caf1256

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-latest
1111

1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].2
1414
with:
1515
fetch-depth: '1'
1616
submodules: 'true'

.github/workflows/release.draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232

33-
- uses: actions/[email protected].0
33+
- uses: actions/[email protected].2
3434
with:
3535
fetch-depth: '0'
3636

.github/workflows/slack-notify.demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222

23-
- uses: actions/[email protected].0
23+
- uses: actions/[email protected].2
2424

2525
- name: success-slack-notification
2626
uses: rtCamp/[email protected]

0 commit comments

Comments
 (0)