Skip to content

Commit

Permalink
Merge pull request #2001 from gooddata/renovate/github-actions-updates
Browse files Browse the repository at this point in the history
chore(actions-update): Update github-actions
  • Loading branch information
petr-klemsinsky authored Feb 4, 2025
2 parents 48c7827 + 2466c6b commit d1b6541
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
with:
ruby-version: jruby-9.4.1
bundler-cache: true
- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'adopt'
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-extended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ref: refs/pull/${{ github.event.issue.number }}/merge
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v45
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, 'extended test') }}
gooddata-ruby-integration-tests-zuul:
runs-on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v45
gooddata-ruby-lcm-build-pipeline:
runs-on:
group: infra1-runners-arc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v40
uses: tj-actions/changed-files@v45
- name: Branch name
id: branch
run: |-
Expand Down

0 comments on commit d1b6541

Please sign in to comment.