Skip to content

Commit

Permalink
chore(ci): update job dependency, remove deprecated GHA commands
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelerlaw committed Mar 7, 2024
1 parent 71ead00 commit f1118c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 2
- name: Get list of all changes
uses: tj-actions/changed-files@v26
uses: tj-actions/changed-files@v42
id: changed-files

build-pdf:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
id: bump-version
run: |
new_version="$(./.github/scripts/bump_version.sh)"
echo "::set-output name=new-version::$new_version"
echo "new-version=$new_version" >> $GITHUB_OUTPUT
- name: Create Release
uses: release-drafter/release-drafter@v5
id: create-release
Expand Down

0 comments on commit f1118c5

Please sign in to comment.