Skip to content

Commit d1b6541

Browse files
Merge pull request #2001 from gooddata/renovate/github-actions-updates
chore(actions-update): Update github-actions
2 parents 48c7827 + 2466c6b commit d1b6541

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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') }}

.github/workflows/check-extended.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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:

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/gate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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: |-

0 commit comments

Comments
 (0)