diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c57a879..7314053 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: runs-on: "ubuntu-latest" continue-on-error: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -29,7 +29,7 @@ jobs: rubocop: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.1" diff --git a/CHANGELOG.md b/CHANGELOG.md index e47f556..8919cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +- Bump actions/checkout from 3 to 4 + ## 0.3.2 - Allow space in merge command - Send message when all exceptions