Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: wildfly/wildfly-proposals
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 50faff11f2010d8f17c14395710cb2eefa63ab7f
Choose a base ref
..
head repository: wildfly/wildfly-proposals
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 158156e3456b85f8138e0c8f4c43b0a8ae137b3c
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 .github/workflows/check_process.yml
6 changes: 3 additions & 3 deletions .github/workflows/check_process.yml
Original file line number Diff line number Diff line change
@@ -17,11 +17,11 @@ jobs:
with:
ref: "refs/pull/${{ github.event.number }}/merge"
- name: Setup Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: '3.4' # Not needed with a .ruby-version file
ruby-version: '3.2' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 1 # Increment this number if you need to re-download cached gems
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Get all proposals files that have changed
id: changed-proposals
uses: tj-actions/changed-files@v44