Skip to content

Commit

Permalink
Merge pull request #15951 from Homebrew/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Bo98 committed Sep 4, 2023
2 parents 7f877f1 + 39d07d2 commit 5de703e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: rm -f "${RUNNER_TEMP}/${TEMPORARY_CERTIFICATE_FILE}"

- name: Checkout another Homebrew to brew subdirectory
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: brew
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down

0 comments on commit 5de703e

Please sign in to comment.