Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4 (#969)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent c219152 commit 5eeba7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

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

- name: Set python version
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-from-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
branch: 'sync_upstream_${{steps.set_upstream.outputs.latest-release}}'
# Checkout this repo into the branch
- name: Checkout your local repo in PR branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: 'sync_upstream_${{steps.set_upstream.outputs.latest-release}}'
# Sync this branch with upstream
Expand Down

0 comments on commit 5eeba7f

Please sign in to comment.