Skip to content

Commit

Permalink
Merge pull request #25 from Stephen-RA-King/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/main/actions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Stephen-RA-King committed Feb 14, 2024
2 parents 87feed5 + 96fcc51 commit a645a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: "3.8"
steps:
# Step 3. Check-out repository so we can access its contents
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Step 2. Set up Python 3.9
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a645a44

Please sign in to comment.