Skip to content

Commit

Permalink
Use correct versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bermannoah committed Oct 10, 2024
1 parent 32f6411 commit 6eab507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Rubocop Action
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Set up Ruby 3.3.5
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Rspec Test Action
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@4
- uses: actions/checkout@v4
- name: Set up Ruby 3.3.5
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 6eab507

Please sign in to comment.