Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
actions/checkout@v2 is out of date, rewritten to actions/checkout@v4
  • Loading branch information
Issei0804-ie committed Aug 20, 2024
1 parent 4c6d89e commit e340281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Slack Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
name: Slack Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
env:
Expand Down

0 comments on commit e340281

Please sign in to comment.