diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f355578..ed84434 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: RAILS_VERSION: ${{ matrix.rails }} steps: - name: Check out repository code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Ruby id: setup-ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e5d499..2654880 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: id-token: write # mandatory for trusted publishing contents: write # required for `rake release` to push the release tag steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: