Skip to content

Commit 9d7741b

Browse files
authored
Merge pull request #623 from matomo-org/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 9678ffc + ae6929c commit 9d7741b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pull-request-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
os: [ ubuntu-latest ]
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 0
3939
- name: Set up JDK
@@ -61,7 +61,7 @@ jobs:
6161
- env-job
6262
steps:
6363
- name: Checkout
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565
with:
6666
fetch-depth: 0
6767
- name: Install JDK
@@ -97,7 +97,7 @@ jobs:
9797
sudo adduser $USER kvm
9898
sudo chown -R $USER /dev/kvm
9999
id
100-
- uses: actions/checkout@v5
100+
- uses: actions/checkout@v6
101101
with:
102102
fetch-depth: 0
103103
submodules: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [ ubuntu-latest ]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
- name: Install JDK ${{ matrix.java_version }}

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Install JDK
1414
uses: actions/setup-java@v5
1515
with:

0 commit comments

Comments
 (0)