Skip to content

Commit

Permalink
Bump actions/checkout to v4 (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Oct 28, 2024
1 parent b7fe789 commit 0a2aa80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- "~> 4.0"
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "Set up Ruby ${{ matrix.ruby_version }}"
uses: ruby/setup-ruby@v1
with:
Expand All @@ -41,7 +41,7 @@ jobs:
node_version: ["12"]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "Set up Node ${{ matrix.node_version }}"
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: true
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "Set up Ruby 2.7"
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 0a2aa80

Please sign in to comment.