mirror of
https://github.com/appium/appium.git
synced 2026-04-27 05:52:35 -05:00
chore(renovate,workflows): unpin GitHub Action digests (#19484)
* chore(workflows): unpin all actions * chore(renovate): do not pin GitHub Actions * chore(workflows): fix renovate-config-validator
This commit is contained in:
@@ -37,9 +37,9 @@ jobs:
|
||||
name: Docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies (Node.js)
|
||||
uses: bahmutov/npm-install@1a235c31658a322a3b024444759650ee6345c26d # tag=v1
|
||||
uses: bahmutov/npm-install@v1
|
||||
with:
|
||||
useRollingCache: true
|
||||
install-command: npm ci
|
||||
|
||||
Reference in New Issue
Block a user