Skip to content

Commit b0f8321

Browse files
committed
ci(deps): update actions/checkout action to v4.1.7
1 parent 5e0e0ee commit b0f8321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@v4.1.6
17+
- uses: actions/checkout@v4.1.7
1818
- uses: actions/setup-java@v4.2.1
1919
with:
2020
distribution: 'adopt'
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v4.1.6
52+
uses: actions/checkout@v4.1.7
5353
- uses: actions/setup-java@v4.2.1
5454
with:
5555
distribution: 'adopt'

0 commit comments

Comments
 (0)