Skip to content

Commit

Permalink
Build: Fix warning for GitHub's own internal CI logic
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Krinkle committed Oct 31, 2024
1 parent b11c557 commit b53c29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typesense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: ${{ github.repository_owner == 'jquery' }} # skip on forks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Docsearch Scraper
shell: bash
run: |
Expand Down

0 comments on commit b53c29b

Please sign in to comment.