diff --git a/.github/workflows/current_support.yml b/.github/workflows/current_support.yml index 01585868..bf19f9ae 100644 --- a/.github/workflows/current_support.yml +++ b/.github/workflows/current_support.yml @@ -8,7 +8,7 @@ jobs: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_6_1.gemfile steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 @@ -38,7 +38,7 @@ jobs: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/experimental_support.yml b/.github/workflows/experimental_support.yml index 407d8fff..dedf1759 100644 --- a/.github/workflows/experimental_support.yml +++ b/.github/workflows/experimental_support.yml @@ -16,7 +16,7 @@ jobs: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b48c1b8..3a1993ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Thanks [Peter Stöckli](https://github.com/p-) for reporting and providing clear reproduction steps - **Security fix:** Mitigate arbitrary file delete vulnerability (GHSL-2024-186) - Thanks [Peter Stöckli](https://github.com/p-) for reporting and providing clear reproduction steps +- Use actions/checkout@v4 on CI to remove warning about deprecated Node JS version ## [2.8.0](https://github.com/owen2345/camaleon-cms/tree/2.8.0) (2024-07-26) - Use jQuery 2.x - 2.2.4