Skip to content

Commit

Permalink
Merge pull request #1266 from github/mlinksva-patch-2
Browse files Browse the repository at this point in the history
pin actions versions in CI workflow
  • Loading branch information
mlinksva authored Jan 10, 2025
2 parents 7923e10 + 0e5138a commit c371448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
submodules: true

- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
with:
ruby-version: 3.3.4
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion _licenses/mit-0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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
Units.NET: https://github.com/angularsen/UnitsNet/blob/master/LICENSE

Expand Down

0 comments on commit c371448

Please sign in to comment.