Skip to content

Commit

Permalink
Merge pull request #22 from tj-actions/revert-21-renovate/tj-actions-…
Browse files Browse the repository at this point in the history
…changed-files-37.x
  • Loading branch information
jackton1 authored Jun 23, 2023
2 parents 55a8dea + 4d741e9 commit cf6fd95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v35

- run: |
echo "id=$(git merge-base $GITHUB_EVENT_PULL_REQUEST_BASE_SHA $GITHUB_SHA)" >> $GITHUB_OUTPUT
Expand All @@ -53,7 +53,7 @@ jobs:

- name: Get changed files in the .github folder
id: changed-files-specific
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v35
with:
files: .github/**

Expand All @@ -80,7 +80,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v36

- run: |
echo "id=$(git merge-base $GITHUB_EVENT_PULL_REQUEST_BASE_SHA $GITHUB_SHA)" >> $GITHUB_OUTPUT
Expand All @@ -105,7 +105,7 @@ jobs:

- name: Get changed files in the .github folder
id: changed-files-specific
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v36
with:
files: .github/**

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v36

- name: Show output
run: |
Expand All @@ -40,7 +40,7 @@ jobs:

- name: Get changed files in the .github folder
id: changed-files-specific
uses: tj-actions/changed-files@v37
uses: tj-actions/changed-files@v36
with:
files: .github/**

Expand Down

0 comments on commit cf6fd95

Please # to comment.