Skip to content

Commit

Permalink
Merge pull request #404 from jupyterlab/dependabot/github_actions/tj-…
Browse files Browse the repository at this point in the history
…actions/changed-files-29.0.4
  • Loading branch information
blink1073 authored Sep 12, 2022
2 parents 0c9fff9 + de944db commit 238a009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-api-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Get API changes
id: api-changed
uses: tj-actions/changed-files@v29.0.3
uses: tj-actions/changed-files@v29.0.4
with:
base_sha: 'HEAD~1'
sha: 'HEAD'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Get modified files in the staging directory
id: changed-files
uses: tj-actions/changed-files@v29.0.3
uses: tj-actions/changed-files@v29.0.4
with:
base_sha: 'HEAD~1'
sha: 'HEAD'
Expand Down

0 comments on commit 238a009

Please sign in to comment.