Skip to content

Commit a2a35d4

Browse files
Update actions/checkout action to v5
1 parent 0809ec8 commit a2a35d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu:24.04
1818

1919
steps:
20-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
20+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2121
- name: Set up JDK 11
2222
uses: actions/setup-java@v4
2323
with:
@@ -34,7 +34,7 @@ jobs:
3434
run: docker-compose -f src/test/resources/docker/docker-compose.yml down
3535

3636
- name: Get Allure history
37-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
37+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3838
if: always()
3939
continue-on-error: true
4040
with:

0 commit comments

Comments
 (0)