chore(deps): pin actions, where possible

This commit is contained in:
2025-09-21 23:39:51 +03:00
parent c63ef78b03
commit d9c1fa7fcf
2 changed files with 10 additions and 8 deletions

View File

@@ -28,10 +28,10 @@ jobs:
steps:
- name: Set up Homebrew
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
uses: Homebrew/actions/setup-homebrew@main
- name: Cache Homebrew Bundler RubyGems
uses: actions/cache@v4
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
@@ -55,7 +55,7 @@ jobs:
- name: Upload bottles as artifact
if: always() && github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: bottles_${{ matrix.os }}
path: "*.bottle.*"