File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 with :
1212 ruby-version : jruby-9.4.1
1313 bundler-cache : true
14- - uses : actions/setup-java@v2
14+ - uses : actions/setup-java@v4
1515 with :
1616 java-version : ' 8'
1717 distribution : ' adopt'
18- - uses : actions/cache@v2
18+ - uses : actions/cache@v4
1919 with :
2020 path : ~/.m2
2121 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change 3636 ref : refs/pull/${{ github.event.issue.number }}/merge
3737 - name : Get changed files
3838 id : changed-files
39- uses : tj-actions/changed-files@v40
39+ uses : tj-actions/changed-files@v45
4040 if : ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, 'extended test') }}
4141 gooddata-ruby-integration-tests-zuul :
4242 runs-on :
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - name : Get changed files
1818 id : changed-files
19- uses : tj-actions/changed-files@v40
19+ uses : tj-actions/changed-files@v45
2020 gooddata-ruby-lcm-build-pipeline :
2121 runs-on :
2222 group : infra1-runners-arc
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020 - name : Get changed files
2121 id : changed-files
22- uses : tj-actions/changed-files@v40
22+ uses : tj-actions/changed-files@v45
2323 - name : Branch name
2424 id : branch
2525 run : |-
You can’t perform that action at this time.
0 commit comments