Skip to content

Commit a16797c

Browse files
chore(deps): update actions/checkout action to v6
1 parent 2489db0 commit a16797c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
# https://github.com/marketplace/actions/checkout
2222
- name: Checkout
23-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
23+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2424

2525
# https://github.com/marketplace/actions/paths-changes-filter
2626
- name: Paths Changes Filter
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
# https://github.com/marketplace/actions/checkout
6767
- name: Checkout
68-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
68+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
6969
with:
7070
lfs: 'true'
7171

@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
# https://github.com/marketplace/actions/checkout
104104
- name: Checkout
105-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
105+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
106106

107107
- name: Copy CI gradle.properties
108108
shell: bash
@@ -143,7 +143,7 @@ jobs:
143143
steps:
144144
# https://github.com/marketplace/actions/checkout
145145
- name: Checkout
146-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
146+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
147147
with:
148148
lfs: 'true'
149149

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
# https://github.com/marketplace/actions/checkout
2020
- name: Checkout
21-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
21+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2222

2323
# https://github.com/marketplace/actions/github-labeler
2424
- name: Run Labeler

0 commit comments

Comments
 (0)