浏览代码

Upgrade test ruby/setup-ruby from 1.157.0 to 1.165.1

Nicholas La Roux 1 年之前
父节点
当前提交
7d0de71e15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -11,7 +11,7 @@ jobs:
     steps:
     steps:
     - uses: actions/checkout@v4.1.1
     - uses: actions/checkout@v4.1.1
     - name: Set up Ruby
     - name: Set up Ruby
-      uses: ruby/setup-ruby@a05e47355e80e57b9a67566a813648fa67d92011 # v1.157.0
+      uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1
       with:
       with:
         bundler-cache: true # runs 'bundle install' and caches installed gems automatically
         bundler-cache: true # runs 'bundle install' and caches installed gems automatically
     - name: Run tests
     - name: Run tests