Skip to content

Commit

Permalink
CU
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed Sep 30, 2023
1 parent 1106e36 commit e40ab46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
uses: rlespinasse/github-slug-action@v4.4.1
- name: Checkout
id: checkout
uses: actions/checkout@master
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Get changed files
id: changed-files
if: ${{ github.event_name != 'workflow_dispatch' }}
uses: rlespinasse/github-slug-action@v4
uses: rlespinasse/github-slug-action@v4.4.1
- id: filter_changed_files
if: ${{ steps.changed-files.conclusion == 'success'}}
uses: actions/[email protected]
Expand Down

0 comments on commit e40ab46

Please sign in to comment.