Skip to content

Commit b53c29b

Browse files
committed
Build: Fix warning for GitHub's own internal CI logic
* It's silly that first party actions like git-checkout are not long term stable, and instead are versioned with rather short support spans. * It's silly that simple actions like git-checkout involve Docker, Node.js, and 80 npm packages. * It's silly that end-users face deprecation warnings for GitHub's own actions internally relying on deprecated Node.js base images. Ref jquery/typesense-minibar@250e633
1 parent b11c557 commit b53c29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typesense.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ github.repository_owner == 'jquery' }} # skip on forks
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Docsearch Scraper
1818
shell: bash
1919
run: |

0 commit comments

Comments
 (0)