Skip to content

Commit

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

chore(deps): Bump tj-actions/changed-files from 39.1.2 to 39.2.0
  • Loading branch information
fredclausen authored Sep 25, 2023
2 parents cc25fa7 + 3370964 commit affa49a
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@v39.1.2
uses: tj-actions/changed-files@v39.2.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@v39.1.2
uses: tj-actions/changed-files@v39.2.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@v39.1.2
uses: tj-actions/changed-files@v39.2.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@v39.1.2
uses: tj-actions/changed-files@v39.2.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@v39.1.2
uses: tj-actions/changed-files@v39.2.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@v39.1.2
uses: tj-actions/changed-files@v39.2.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@v39.1.2
uses: tj-actions/changed-files@v39.2.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@v39.1.2
uses: tj-actions/changed-files@v39.2.0
with:
files: |
Dockerfile.nextgen
Expand Down

0 comments on commit affa49a

Please sign in to comment.