Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tj-actions/changed-files
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v46.0.0
Choose a base ref
...
head repository: tj-actions/changed-files
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v46.0.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 16, 2025

  1. update: sync-release-version.yml to use signed commits (#2472)

    jackton1 authored Mar 16, 2025
    Copy the full SHA
    4189ec6 View commit details
  2. Updated README.md (#2473)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 16, 2025
    3
    Copy the full SHA
    2f7c5bf View commit details
Showing with 2 additions and 1 deletion.
  1. +1 −0 .github/workflows/sync-release-version.yml
  2. +1 −1 README.md
1 change: 1 addition & 0 deletions .github/workflows/sync-release-version.yml
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@ jobs:
with:
base: "main"
labels: "merge when passing"
sign-commits: true
title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"
branch: "upgrade-to-${{ steps.sync-release-version.outputs.new_version }}"
commit-message: "Upgraded from ${{ steps.sync-release-version.outputs.old_version }} -> ${{ steps.sync-release-version.outputs.new_version }}"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -338,7 +338,7 @@ Support this project with a :star:
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->

```yaml
- uses: tj-actions/changed-files@v45
- uses: tj-actions/changed-files@v46
id: changed-files
with:
# Github API URL.