1
0
mirror of https://github.com/github/choosealicense.com synced 2025-01-21 02:47:47 +01:00

pin actions versions in CI workflow

This commit is contained in:
Mike Linksvayer 2025-01-10 12:45:13 -08:00 committed by GitHub
parent 7923e10f7f
commit d025319f51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with: with:
submodules: true submodules: true
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
with: with:
ruby-version: 3.3.4 ruby-version: 3.3.4
bundler-cache: true bundler-cache: true