Skip to content

Commit

Permalink
fix - correct checkout versions (#2029)
Browse files Browse the repository at this point in the history
minor fix - bump some checkout@v3 to checkout@v4 to match and clean up warnings

Signed-off-by: Dave Lee <dave@gray101.com>
  • Loading branch information
dave-gray101 authored Apr 13, 2024
1 parent 0fdff26 commit d5699db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
skip-commit-verification: true

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

- name: Approve a PR if not already approved
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/localaibot_automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: ${{ github.actor == 'localai-bot' }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Approve a PR if not already approved
run: |
Expand Down

0 comments on commit d5699db

Please sign in to comment.