Skip to content

Commit

Permalink
Merge pull request #148 from deliveroo/renovate/major-ghas-github-act…
Browse files Browse the repository at this point in the history
…ions-update

chore(deps): update actions/checkout action to v4
  • Loading branch information
sljory authored Dec 5, 2024
2 parents efe968f + 7211eb0 commit 9eae16c
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-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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/codeql-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

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

# This step will try to find a Dockerfile in the repository and extract the Ruby version from it.
# If you don't use Docker, you can remove this step and add the Ruby version directly to the
Expand Down

0 comments on commit 9eae16c

Please sign in to comment.