Skip to content

Commit

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

⬆️ Bump actions/checkout from 3.3.0 to 4.0.0
  • Loading branch information
milescsmith authored Sep 5, 2023
2 parents 3f7c5bf + 68c391f commit 8f5a115
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.10"]

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.0.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.6.0
with:
Expand Down

0 comments on commit 8f5a115

Please sign in to comment.