Skip to content

Commit

Permalink
Update pr-slack-notification.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Aug 30, 2024
1 parent f285015 commit c5523b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-slack-notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Fetch recent cache
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Restore cache
id: cache-restore
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: cache
key: ${{ env.CACHE_KEY }}
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
- name: Save cache
if: always()
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: cache
key: ${{ runner.os }}-pr-cache-${{ github.run_number }}
Expand Down

0 comments on commit c5523b5

Please sign in to comment.