Skip to content

Commit db6e02e

Browse files
chore(deps): update actions/checkout action to v7
1 parent 218368a commit db6e02e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/build-docker-image.yml‎

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

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v7
2525

2626
- name: Log in to the Container registry
2727
uses: docker/login-action@v3

‎.github/workflows/test.yml‎

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

99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v7
1212

1313
- name: Setup Node.js 20
1414
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)