diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 7ba254f..49d705e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -8,13 +8,13 @@ jobs: codecov: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-ruby@v1 + - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7 + ruby-version: '2.7' - run: bundle update - run: bundle exec rake - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: file: coverage/.resultset.json fail_ci_if_error: true diff --git a/.github/workflows/rake.yml b/.github/workflows/rake.yml index 16524dc..0923e96 100644 --- a/.github/workflows/rake.yml +++ b/.github/workflows/rake.yml @@ -16,8 +16,8 @@ jobs: ruby: ['2.7', '3.0'] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - uses: actions/setup-ruby@v1 + - uses: actions/checkout@v4 + - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - run: bundle update diff --git a/.simplecov b/.simplecov index 8166f4e..282adf3 100644 --- a/.simplecov +++ b/.simplecov @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2023 Yegor Bugayenko +# Copyright (c) 2014-2024 Yegor Bugayenko # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/Gemfile b/Gemfile index a05a668..35b4ca5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2023 Yegor Bugayenko +# Copyright (c) 2014-2024 Yegor Bugayenko # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/LICENSE.txt b/LICENSE.txt index b5d05f4..88ad3bc 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ (The MIT License) -Copyright (c) 2014-2023 Yegor Bugayenko +Copyright (c) 2014-2024 Yegor Bugayenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal diff --git a/Rakefile b/Rakefile index 3481206..3ec038d 100644 --- a/Rakefile +++ b/Rakefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2023 Yegor Bugayenko +# Copyright (c) 2014-2024 Yegor Bugayenko # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal diff --git a/assets/puzzles.xsd b/assets/puzzles.xsd index a31ec44..82e272d 100644 --- a/assets/puzzles.xsd +++ b/assets/puzzles.xsd @@ -2,7 +2,7 @@