mirror of
https://github.com/github/choosealicense.com
synced 2025-01-21 10:57:47 +01:00
pin actions versions in CI workflow
This commit is contained in:
parent
7923e10f7f
commit
d025319f51
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user