Skip to content

Commit c371448

Browse files
authored
Merge pull request #1266 from github/mlinksva-patch-2
pin actions versions in CI workflow
2 parents 7923e10 + 0e5138a commit c371448

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1818
with:
1919
submodules: true
2020

2121
- name: Set up Ruby
22-
uses: ruby/setup-ruby@v1
22+
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
2323
with:
2424
ruby-version: 3.3.4
2525
bundler-cache: true

_licenses/mit-0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: A short and simple permissive license with no conditions, not even
77
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.
88

99
using:
10-
rssfs: https://github.com/dertuxmalwieder/rssfs/blob/master/LICENSE
10+
Reactive Streams: https://github.com/reactive-streams/reactive-streams-jvm/blob/master/LICENSE
1111
SOIL2: https://github.com/SpartanJ/SOIL2/blob/master/LICENSE
1212
Units.NET: https://github.com/angularsen/UnitsNet/blob/master/LICENSE
1313

0 commit comments

Comments
 (0)