Skip to content

Commit

Permalink
Merge pull request #365 from ivankatliarchuk/renovate/master-.github/…
Browse files Browse the repository at this point in the history
…workflows-actions-checkout-4.x

chore(deps): update dependency actions/checkout to v4.1.0 (.github/workflows/slack-notify.demo.yml) (master)
  • Loading branch information
ivankatliarchuk authored Oct 7, 2023
2 parents 63e07ea + ccb8482 commit a7a8044
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '1'
submodules: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
fetch-depth: '0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack-notify.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

- name: success-slack-notification
uses: rtCamp/action-slack-notify@v2.2.1
Expand Down

0 comments on commit a7a8044

Please sign in to comment.