Skip to content

Commit

Permalink
Merge pull request #2 from VOLTTRON/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3

chore(deps): bump actions/checkout from 1 to 3
  • Loading branch information
craig8 authored Jun 22, 2023
2 parents 68a99ec + b44f6da commit ac0e62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ jobs:
container: i386/debian:buster

steps:
- uses: actions/checkout@v1 # Required to run inside docker
- uses: actions/checkout@v3 # Required to run inside docker

- name: Install requirements
run: |
Expand Down

0 comments on commit ac0e62d

Please sign in to comment.