Skip to content

Commit a25a7e6

Browse files
authored
Merge pull request #2 from qdrant/ci/estebany/update-actions-node24
ci: update GitHub Actions to Node 24 before June 2 deadline
2 parents 311dccc + 1ebceb4 commit a25a7e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
- name: Build backend
2323
run: |
2424
cd $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)