Skip to content

Commit

Permalink
Merge pull request #2930 from ytti/dependabot/github_actions/master/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
robertcheramy authored Jan 16, 2024
2 parents 5d1475b + 4ff0851 commit 4f4d9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
ruby-version: ['3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
Expand Down

0 comments on commit 4f4d9dc

Please sign in to comment.