Skip to content

Commit 07e53f8

Browse files
Update actions/checkout action to v7
1 parent feb17e7 commit 07e53f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-on-milestone-closed-triggering-release-event.yml

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

1919
steps:
2020
- name: "Checkout"
21-
uses: "actions/checkout@v6"
21+
uses: "actions/checkout@v7"
2222

2323
- name: "Release"
2424
uses: "laminas/automatic-releases@v1"

.github/workflows/test.yml

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

1313
steps:
1414
- name: "Checkout"
15-
uses: "actions/checkout@v6"
15+
uses: "actions/checkout@v7"
1616

1717
- name: "Generate test report"
1818
run: test/generate-test-report.sh

0 commit comments

Comments
 (0)