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

Merge pull request #1266 from github/mlinksva-patch-2

pin actions versions in CI workflow
This commit is contained in:
Mike Linksvayer 2025-01-10 12:57:17 -08:00 committed by GitHub
commit c3714482d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

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

View File

@ -7,7 +7,7 @@ description: A short and simple permissive license with no conditions, not even
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
using: using:
rssfs: https://github.com/dertuxmalwieder/rssfs/blob/master/LICENSE Reactive Streams: https://github.com/reactive-streams/reactive-streams-jvm/blob/master/LICENSE
SOIL2: https://github.com/SpartanJ/SOIL2/blob/master/LICENSE SOIL2: https://github.com/SpartanJ/SOIL2/blob/master/LICENSE
Units.NET: https://github.com/angularsen/UnitsNet/blob/master/LICENSE Units.NET: https://github.com/angularsen/UnitsNet/blob/master/LICENSE