Skip to content

Commit 70f841d

Browse files
ci(deps): bump actions/checkout from 4 to 5
Bumps actions/checkout from 4 to 5 with Node.js 24 support and improved functionality.
1 parent f480b65 commit 70f841d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.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 code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Set up Python
2727
uses: actions/setup-python@v5

.github/workflows/docker-build-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343

4444
- name: Set up Docker Buildx
4545
id: buildx

0 commit comments

Comments
 (0)