Skip to content

Commit

Permalink
Merge pull request #119 from edoapra/master
Browse files Browse the repository at this point in the history
Bump dorny/paths-filter from 2 to 3
  • Loading branch information
nwchemgit authored Jan 26, 2024
2 parents 3dee4b6 + 6fccc10 commit 78a1695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multiple_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: choose_dockerfile_filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: filter
with:
base: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nwchem-dev.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: choose_dockerfile_filter
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@v3
id: filter
with:
base: ${{ github.ref }}
Expand Down

0 comments on commit 78a1695

Please sign in to comment.