Skip to content

Commit

Permalink
CI: Use actions/checkout@v4
Browse files Browse the repository at this point in the history
This avoids any deprecation warnings that might come up.

[skip changelog]
  • Loading branch information
olleolleolle committed Jul 23, 2024
1 parent d37a765 commit c9cabac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
!contains(github.event.pull_request.labels.*.name, 'dependencies') &&
!contains(github.event.pull_request.labels.*.name, 'automation')
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check that CHANGELOG is touched
run: |
git fetch origin ${{ github.base_ref }} --depth 1 && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
RACK_VERSION: ${{ matrix.rack-version }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit c9cabac

Please sign in to comment.