Skip to content

Commit

Permalink
Merge pull request #191 from milescsmith/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3.3.0

⬆️ Bump actions/checkout from 2.4.0 to 3.3.0
  • Loading branch information
milescsmith authored Jan 20, 2023
2 parents ee0fdfe + 54d6b68 commit add164e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
python-version: ["3.8"]

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.3.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit add164e

Please sign in to comment.