Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/peterjgrainger/act…
Browse files Browse the repository at this point in the history
…ion-create-branch-2.4.0
  • Loading branch information
Evan Gibler authored Nov 24, 2023
2 parents 8050cd8 + 5eeba7f commit e6eb138
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 e6eb138

Please sign in to comment.