Skip to content

Commit f9b333d

Browse files
chore(deps): update all github actions
1 parent cd77a0b commit f9b333d

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
with:
3333
# required for correct codecov upload
3434
fetch-depth: 0
@@ -94,7 +94,7 @@ jobs:
9494
packages: write
9595

9696
steps:
97-
- uses: actions/checkout@v4
97+
- uses: actions/checkout@v5
9898
- name: Set up JDK 11
9999
uses: actions/setup-java@v4
100100
with:
@@ -126,7 +126,7 @@ jobs:
126126
# into a separate job (or, otherwise, we'd need to upload the content
127127
# of the whole `.git` folder as an artifact).
128128
- name: JUnit Tests (dorny/test-reporter@v1)
129-
uses: dorny/test-reporter@v1
129+
uses: dorny/test-reporter@v2
130130
if: ${{ always() }}
131131
with:
132132
name: JUnit Tests (${{ runner.os }}, dorny/test-reporter@v1)
@@ -192,7 +192,7 @@ jobs:
192192
pull-requests: write
193193

194194
steps:
195-
- uses: actions/download-artifact@v4
195+
- uses: actions/download-artifact@v5
196196
if: ${{ always() }}
197197
with:
198198
name: xml-test-reports-${{ runner.os }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
# We must fetch at least the immediate parents so that if this is
3636
# a pull request then we can checkout the head.

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
# Fetch Git tags, so that semantic version can be calculated.
2424
# Alternatively, run `git fetch --prune --unshallow --tags` as the

.github/workflows/detekt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
security-events: write
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Set up JDK 11
1818
uses: actions/setup-java@v4
1919
with:

.github/workflows/diktat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
security-events: write
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818

1919
- name: Set up JDK 11
2020
uses: actions/setup-java@v4

.github/workflows/diktat_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
security-events: write
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
# Fetch Git tags, so that semantic version can be calculated.
2121
# Alternatively, run `git fetch --prune --unshallow --tags` as the

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
with:
2424
# Fetch Git tags, so that semantic version can be calculated.
2525
# Alternatively, run `git fetch --prune --unshallow --tags` as the

0 commit comments

Comments
 (0)