diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-12-03 00:03:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-03 00:03:45 +0100 |
commit | a697d6596f825ddd565fe0c75b350dcb7b8e5256 (patch) | |
tree | 85b277f3ab1f45568bd7e3aef3a17f5baf1905af /.github/workflows/browserstack.yml | |
parent | 015dc50f5b61a29ca27d9ebd5b83168c79250d9f (diff) | |
download | jquery-a697d6596f825ddd565fe0c75b350dcb7b8e5256.tar.gz jquery-a697d6596f825ddd565fe0c75b350dcb7b8e5256.zip |
Build: Bump GitHub Actions
Align actions versions with what the `main` branch uses. Look at `git blame` for
the `main` branch to see more details about specific versions.
Closes gh-5588
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/browserstack.yml')
-rw-r--r-- | .github/workflows/browserstack.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index d76f8b998..db74e9880 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -52,15 +52,15 @@ jobs: - '__iOS_8' steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: ${{ env.NODE_VERSION }} - name: Cache - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }} |