diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e60f7cb..2b3333a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,8 @@ jobs: - '3.4' - '4.0' steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 1.316.0 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 1.321.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cfd0bbd3..d2a2e3eb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,8 +14,8 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 1.316.0 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 1.321.0 with: bundler-cache: true - run: ./script/docs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 11090014..7c467379 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,8 +15,8 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 1.316.0 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 + - uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 1.321.0 with: bundler-cache: true diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9a24724f..afbe8382 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -61,7 +61,7 @@ jobs: permission-pull-requests: write - name: Checkout release PR branch - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 with: ref: ${{ fromJSON(needs.release-please.outputs.pr).headBranchName }} token: ${{ steps.generate-token.outputs.token }} @@ -155,7 +155,7 @@ jobs: git push - name: Set up Ruby - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 1.316.0 + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 1.321.0 with: ruby-version: ruby @@ -190,7 +190,7 @@ jobs: permission-contents: write permission-pull-requests: write - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 with: token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d8bac8b..4a78a0bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,10 +22,10 @@ jobs: role-to-assume: rg_oidc_akr_fn8dx45asckvmsnd2kka - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # 6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0 - name: Setup Ruby - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # 1.316.0 + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # 1.321.0 with: bundler-cache: true