diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index bafa091..e3fab68 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -18,11 +18,11 @@ jobs: steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - - uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265.0 + - uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0 with: bundler-cache: false diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36acc46..5b03571 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,11 +23,11 @@ jobs: steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - - uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265.0 + - uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0 with: bundler-cache: false diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bd4e72d..d54d183 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,11 +18,11 @@ jobs: steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - - uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265.0 + - uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0 with: bundler-cache: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0a4815..103792c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,11 +25,11 @@ jobs: steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - - uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265.0 + - uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0 with: bundler-cache: false @@ -46,7 +46,7 @@ jobs: run: script/build - name: upload artifact - uses: actions/upload-artifact@v4.6.2 + uses: actions/upload-artifact@v5.0.0 id: upload-artifact with: name: ${{ steps.build.outputs.artifact_dir }} @@ -62,11 +62,11 @@ jobs: packages: write id-token: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - - uses: actions/download-artifact@v5.0.0 + - uses: actions/download-artifact@v6.0.0 with: path: ${{ needs.build.outputs.artifact_dir }} artifact-ids: ${{ needs.build.outputs.artifact-id }} @@ -86,7 +86,7 @@ jobs: run: | GEM_HOST_API_KEY=${GITHUB_TOKEN} gem push --key github --host https://rubygems.pkg.github.com/${OWNER} ${ARTIFACT_PATH}/${GEM_NAME}-${GEM_VERSION}.gem - - uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265.0 + - uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0 with: bundler-cache: false @@ -94,7 +94,7 @@ jobs: run: script/bootstrap - name: Configure RubyGems Credentials - uses: rubygems/configure-rubygems-credentials@23d6a54ecc9cbcdfeab01a03a15a7deabe34efc0 # pin@main + uses: rubygems/configure-rubygems-credentials@079b868399574998fd0fe9df2e03528f38cc6fa0 # pin@main - name: sign ruby gem env: @@ -138,7 +138,7 @@ jobs: contents: read steps: - - uses: actions/download-artifact@v5.0.0 + - uses: actions/download-artifact@v6.0.0 with: path: ${{ needs.build.outputs.artifact_dir }} artifact-ids: ${{ needs.build.outputs.artifact-id }} @@ -154,7 +154,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v5.0.0 + - uses: actions/download-artifact@v6.0.0 with: path: ${{ needs.build.outputs.artifact_dir }} artifact-ids: ${{ needs.build.outputs.artifact-id }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8c22b8..aa314bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,11 +21,11 @@ jobs: steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - - uses: ruby/setup-ruby@ab177d40ee5483edb974554986f56b33477e21d0 # pin@v1.265.0 + - uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # pin@v1.268.0 with: bundler-cache: false ruby-version: ${{ matrix.ruby }}