Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored Oct 18, 2023
1 parent 0705e8e commit 6adab5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
hvd_version: ${{ steps.set-versions.outputs.hvd_version }}
msdp_version: ${{ steps.set-versions.outputs.msdp_version }}
steps:
- uses: actions/checkout@v4.1
- uses: actions/checkout@v4
- name: Changed Files Exporter
id: files
uses: umani/changed-files@v4
uses: umani/changed-files@v4.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Get a list of modified files
Expand Down

0 comments on commit 6adab5b

Please sign in to comment.