Skip to content

Commit

Permalink
Merge pull request #950 from sdr-enthusiasts/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/tj-actions/changed-files-39.0.0

chore(deps): Bump tj-actions/changed-files from 38.1.3 to 39.0.0
  • Loading branch information
fredclausen authored Sep 5, 2023
2 parents ce7fea5 + 9eb3a6e commit 8be5a9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v38.1.3
uses: tj-actions/changed-files@v39.0.0
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v38.1.3
uses: tj-actions/changed-files@v39.0.0
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v38.1.3
uses: tj-actions/changed-files@v39.0.0
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v38.1.3
uses: tj-actions/changed-files@v39.0.0
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v38.1.3
uses: tj-actions/changed-files@v39.0.0
with:
files: |
Dockerfile.nextgen
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-pr build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v38.1.3
uses: tj-actions/changed-files@v39.0.0
with:
files: |
Dockerfile.nextgen
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:

- name: Get specific changed files
id: changed-files-specific
uses: tj-actions/changed-files@v38.1.3
uses: tj-actions/changed-files@v39.0.0
with:
files: |
Dockerfile.nextgen
Expand All @@ -156,7 +156,7 @@ jobs:
- name: Get status of next file
id: changed-file-nextgen
uses: tj-actions/changed-files@v38.1.3
uses: tj-actions/changed-files@v39.0.0
with:
files: |
Dockerfile.nextgen
Expand Down

0 comments on commit 8be5a9a

Please sign in to comment.