Skip to content

Commit a80e79d

Browse files
chore(deps): update actions/checkout action to v6
1 parent ef0c745 commit a80e79d

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@v6
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@v6
1212

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

0 commit comments

Comments
 (0)