Skip to content

Commit 418ebcb

Browse files
Update actions/checkout action to v7
1 parent d9d6882 commit 418ebcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build and Deploy
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
- name: set up JDK
1616
uses: actions/setup-java@v5
1717
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
environment:
1616
name: dev
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121
clean: true

0 commit comments

Comments
 (0)